doc/langref.md | 33 ++++-- example/cat/main.zig | 34 +++---- example/hello_world/hello.zig | 1 + src/all_types.hpp | 35 +++++++ src/analyze.cpp | 172 ++++++++++++++++++++++++++----- src/codegen.cpp | 13 +++ src/parser.cpp | 175 ++++++++++++++++++++++++++++---- src/tokenizer.cpp | 6 ++ src/tokenizer.hpp | 1 + std/std.zig | 166 +++++++++++++++++++++++++++--- 10 files changed, 548 insertions(+), 88 deletions(-)