btparser/cparser
mrexodia ffe309ca16
first tests (not completely verified)
2016-06-05 15:47:15 +02:00
..
tests first tests (not completely verified) 2016-06-05 15:47:15 +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 performance optimizations 2016-06-05 14:55:46 +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 fixed newlines 2016-06-05 15:03:38 +02:00
main.cpp better error reporting 2016-06-05 15:46:44 +02:00
operators.h better error reporting 2016-06-05 15:46:44 +02:00
stringutils.cpp implemented character literals and line tracking + better printing for more convenient testing 2016-06-05 12:52:34 +02:00
stringutils.h initial commit (lexer working for very very simple files) 2016-06-05 00:00:36 +02:00
testfiles.h implemented character literals and line tracking + better printing for more convenient testing 2016-06-05 12:52:34 +02:00