-
Ivan Tatarinov authored
* asmfile.c, asmfile.h: removed unused structure member, modified formal parameters of some functions; + l_err.c, l_err.h, l_ifile.c, l_ifile.h, l_inc.c, l_inc.h, l_isrc.c, l_isrc.h, l_list.c, l_list.h, l_pre.c, l_pre.h, l_src.c, l_src.h, l_tgt.c, l_tgt.h: added missing functions to proper handle lists; * l_ifile.c, l_ifile.h: renamed some structures and functions; * main.c: added command line argument "--syntax", moved parsing functions to "parser.c", added TASM syntax parser; + parser.c, parser.h: initial commit; + Makefile: added "parser.c" to source files list; + README.md: added command line argument "--syntax".
Ivan Tatarinov authored* asmfile.c, asmfile.h: removed unused structure member, modified formal parameters of some functions; + l_err.c, l_err.h, l_ifile.c, l_ifile.h, l_inc.c, l_inc.h, l_isrc.c, l_isrc.h, l_list.c, l_list.h, l_pre.c, l_pre.h, l_src.c, l_src.h, l_tgt.c, l_tgt.h: added missing functions to proper handle lists; * l_ifile.c, l_ifile.h: renamed some structures and functions; * main.c: added command line argument "--syntax", moved parsing functions to "parser.c", added TASM syntax parser; + parser.c, parser.h: initial commit; + Makefile: added "parser.c" to source files list; + README.md: added command line argument "--syntax".
Loading