Initial import from SVN master
authoraebersol <aebersol@hystou.home>
Mon, 20 Dec 2021 21:20:36 +0000 (22:20 +0100)
committeraebersol <aebersol@hystou.home>
Mon, 20 Dec 2021 21:20:36 +0000 (22:20 +0100)
commit70fec5d1a2b248cb4d2cf3a6a470e0b31ad66b29
tree6adffea29fcfda8f017140f7adb52a8ef84c13ba
Initial import from SVN
17 files changed:
CMakeLists.txt [new file with mode: 0644]
gsp_config.h.in [new file with mode: 0644]
libparser/CMakeLists.txt [new file with mode: 0644]
libparser/dso_code.cpp [new file with mode: 0644]
libparser/dso_code.h [new file with mode: 0644]
libparser/generator.cpp [new file with mode: 0644]
libparser/generator.h [new file with mode: 0644]
libparser/generator_manager.cpp [new file with mode: 0644]
libparser/generator_manager.h [new file with mode: 0644]
libparser/gsp_compiler.cpp [new file with mode: 0644]
libparser/gsplex.lpp [new file with mode: 0644]
libparser/lexer.cpp [new file with mode: 0644]
libparser/lexer.h [new file with mode: 0644]
libparser/parser.cpp [new file with mode: 0644]
libparser/parser.h [new file with mode: 0644]
libparser/parser_error.h [new file with mode: 0644]
libparser/tokenizer.h [new file with mode: 0644]