Commits
Albert Cheng committed daa2184a646
Added the analyze and parse code. Got DELETE command implemented. parse.y: analyze.l: the yacc and lex input file to support h5edit. Only the DELETE command is supported. parse.h: parse.c: Derived from parse.y analyze.c: Derived from analyze.l delete_cmd.c: Code to do the DELETE command. main.c: h5edit.h: misc.c: private_definition.h: Modified to support the analyzer and parser for the DELETE command. Makefile.am: Add in the new files (analyze.*, parse.*, delete_cmd.c Tested: Jam.