btparser/cparser
mrexodia 7d2384b265
defined all operators + build appropriate maps
2016-06-05 11:23:58 +02:00
..
tests lots of improvements to the lexer 2016-06-05 02:41:40 +02:00
.gitignore initial commit (lexer working for very very simple files) 2016-06-05 00:00:36 +02:00
cparser.vcxproj defined all operators + build appropriate maps 2016-06-05 11:23:58 +02:00
cparser.vcxproj.filters defined all operators + build appropriate maps 2016-06-05 11:23:58 +02:00
cparser.vcxproj.user initial commit (lexer working for very very simple files) 2016-06-05 00:00:36 +02:00
dynamicmem.h initial commit (lexer working for very very simple files) 2016-06-05 00:00:36 +02:00
filehelper.cpp initial commit (lexer working for very very simple files) 2016-06-05 00:00:36 +02:00
filehelper.h initial commit (lexer working for very very simple files) 2016-06-05 00:00:36 +02:00
handle.h initial commit (lexer working for very very simple files) 2016-06-05 00:00:36 +02:00
keywords.h lots of improvements to the lexer 2016-06-05 02:41:40 +02:00
main.cpp defined all operators + build appropriate maps 2016-06-05 11:23:58 +02:00
operators.h defined all operators + build appropriate maps 2016-06-05 11:23:58 +02:00
stringutils.cpp everything lexes without errors (yay!) 2016-06-05 03:20:55 +02:00
stringutils.h initial commit (lexer working for very very simple files) 2016-06-05 00:00:36 +02:00
testfiles.h support for more keywords 2016-06-05 01:01:28 +02:00