README.md | 6 +++-- example/hello_world/hello.zig | 6 ++--- src/analyze.cpp | 15 ++++++++++- src/codegen.cpp | 25 +++++++++++++----- src/parseh.cpp | 10 +++++--- src/parser.cpp | 44 ++++++++++++++++++++++---------- src/parser.hpp | 1 + src/tokenizer.cpp | 36 ++++++++++++++++++++++++++ src/tokenizer.hpp | 2 ++ test/run_tests.cpp | 5 ++++ 10 files changed, 121 insertions(+), 29 deletions(-)