ink/src
2026-03-29 16:34:54 -06:00
..
Ast refactor: no more optional lists in ast nodes 2026-03-29 16:34:54 -06:00
Story feat: function calls 2026-03-29 15:52:34 -06:00
Ast.zig refactor: no more optional lists in ast nodes 2026-03-29 16:34:54 -06:00
AstGen.zig refactor: no more optional lists in ast nodes 2026-03-29 16:34:54 -06:00
compile.zig refactor: no more optional lists in ast nodes 2026-03-29 16:34:54 -06:00
error_tests.zig fix: semantic restrictions for global variables, constant folding 2026-03-28 11:00:07 -06:00
Ir.zig feat: function calls 2026-03-29 15:52:34 -06:00
main.zig feat: cheaper runtime value type, float and int arithmetic rules 2026-03-29 02:24:02 -06:00
Parse.zig refactor: no more optional lists in ast nodes 2026-03-29 16:34:54 -06:00
parser_tests.zig chore: added test cases for parsing simple stitches 2026-03-26 09:01:56 -06:00
print_ir.zig feat: function calls 2026-03-29 15:52:34 -06:00
root.zig refactor: new direction for error reporting 2026-03-18 17:52:07 -06:00
Sema.zig feat: function calls 2026-03-29 15:52:34 -06:00
Story.zig feat: function calls 2026-03-29 15:52:34 -06:00
tokenizer.zig feat: code generation for conditional and switch statements 2026-03-03 16:22:35 -07:00