CMakeLists.txt | 1 + src/c_tokenizer.cpp | 651 ++++++++++++++++++++++++++++++++ src/c_tokenizer.hpp | 70 ++++ src/parseh.cpp | 282 ++++---------- test/run_tests.cpp | 4 + 5 files changed, 804 insertions(+), 204 deletions(-)