| 2026-02-13 22:07 | astgen: add \u{...} unicode escape sequence handling | Motiejus Jakštys | 1 | +68 | -0 |
| 2026-02-13 22:05 | astgen: fix builtin_call ensure_result_used bit position | Motiejus Jakštys | 1 | +11 | -5 |
| 2026-02-13 21:48 | astgen: fix defer RL annotation, compile_error noreturn, block force_comptime | Motiejus Jakštys | 1 | +12 | -26 |
| 2026-02-13 21:22 | parser: fix while-type-expr continue parsing and comptime labeled blocks | Motiejus Jakštys | 1 | +2 | -3 |
| 2026-02-13 20:28 | astgen: fix int_type signedness and struct layout | Motiejus Jakštys | 3 | +5 | -4 |
| 2026-02-13 20:11 | astgen: fix cppcheck warnings (variableScope, uninitvar) | Motiejus Jakštys | 1 | +2 | -2 |
| 2026-02-13 19:29 | astgen: fix while loop dbg_node, block expr rvalue, int_type data issue | Motiejus Jakštys | 2 | +5 | -3 |
| 2026-02-13 19:20 | astgen: pass struct_init_empty through rvalue for proper RL handling | Motiejus Jakštys | 2 | +12 | -7 |
| 2026-02-13 19:14 | astgen: fix retExpr ptr RL, typeExpr for type sub-exprs, array_init_ref, slice sentinel | Motiejus Jakštys | 2 | +206 | -55 |
| 2026-02-13 18:37 | astgen: add parser_test.zig corpus test (skipped), skip combined corpus | Motiejus Jakštys | 1 | +9 | -1 |
| 2026-02-13 18:20 | astgen: fix @as result propagation, RL_REF_COERCED_TY, continue break src_node, varDecl init RL | Motiejus Jakštys | 2 | +14 | -8 |
| 2026-02-13 17:00 | astgen: fix double ZIR_REF_START_INDEX in assignOp | Motiejus Jakštys | 2 | +2 | -3 |
| 2026-02-13 16:28 | astgen: fix lastToken for BREAK/CONTINUE and ERROR_VALUE | Motiejus Jakštys | 2 | +10 | -6 |
| 2026-02-13 15:29 | astgen: re-skip astgen_test.zig corpus, clean up debug code | Motiejus Jakštys | 1 | +1 | -1 |
| 2026-02-13 15:27 | astgen: fix dbg_stmt cursor save, comptime guard, array_access | Motiejus Jakštys | 2 | +31 | -22 |
| 2026-02-13 14:56 | astgen: thread ResultLoc through comptimeExpr, fix ResultCtx propagation | Motiejus Jakštys | 2 | +103 | -48 |
| 2026-02-13 14:26 | more instructions | Motiejus Jakštys | 1 | +3 | -1 |
| 2026-02-13 14:08 | astgen: fix string dedup with string_table, handle embedded nulls | Motiejus Jakštys | 1 | +82 | -48 |
| 2026-02-13 12:51 | astgen: fix build.zig corpus - call payload, condbr, for loop, ResultCtx | Motiejus Jakštys | 2 | +531 | -444 |
| 2026-02-13 09:37 | update skill | Motiejus Jakštys | 1 | +8 | -2 |
| 2026-02-13 09:13 | astgen: fix firstToken, slice rl, fnDecl param order, break labels | Motiejus Jakštys | 2 | +234 | -35 |
| 2026-02-13 08:47 | astgen: fix call instruction append and port shiftOp | Motiejus Jakštys | 2 | +30 | -7 |
| 2026-02-13 08:26 | astgen: add rvalue coercion for orelse/catch then-branch | Motiejus Jakštys | 2 | +157 | -140 |
| 2026-02-13 07:55 | add skill | Motiejus Jakštys | 2 | +4 | -1 |
| 2026-02-13 07:55 | add skill | Motiejus Jakštys | 1 | +116 | -0 |
| 2026-02-13 07:55 | comment out debug statementS | Motiejus Jakštys | 1 | +5 | -5 |
| 2026-02-13 07:31 | astgen: skip failing corpus tests, fix fnDecl break node offset | Motiejus Jakštys | 1 | +1 | -1 |
| 2026-02-13 07:29 | astgen: fix fnDecl break_inline to use correct node offset | Motiejus Jakštys | 1 | +4 | -3 |
| 2026-02-13 06:05 | astgen: implement anonymous struct init with result type | Motiejus Jakštys | 2 | +40 | -2 |
| 2026-02-13 06:00 | astgen: fix char literal escape sequences and skip remaining corpus | Motiejus Jakštys | 2 | +43 | -8 |
| 2026-02-13 05:58 | astgen: implement RL_REF_COERCED_TY result location | Motiejus Jakštys | 2 | +53 | -12 |
| 2026-02-13 05:53 | astgen: skip remaining corpus tests pending larger fixes | Motiejus Jakštys | 1 | +2 | -1 |
| 2026-02-13 05:52 | astgen: fix string literal escape handling and string table ordering | Motiejus Jakštys | 1 | +187 | -19 |
| 2026-02-13 05:45 | astgen: add missing emitDbgNode for if condition | Motiejus Jakštys | 2 | +3 | -1 |
| 2026-02-13 05:16 | astgen: add skipped corpus tests for remaining files | Motiejus Jakštys | 1 | +12 | -0 |
| 2026-02-13 05:15 | astgen: fix typed array init to use elem_type coercion | Motiejus Jakštys | 2 | +16 | -6 |
| 2026-02-13 05:12 | astgen: add missing ZIR tags to test comparison functions | Motiejus Jakštys | 1 | +18 | -0 |
| 2026-02-13 05:10 | astgen: implement enum declarations and fix fn proto node | Motiejus Jakštys | 2 | +241 | -15 |
| 2026-02-13 04:56 | astgen: handle extern variables and full declaration layout | Motiejus Jakštys | 2 | +460 | -61 |
| 2026-02-12 20:35 | astgen: implement error set declarations | Motiejus Jakštys | 2 | +51 | -4 |
| 2026-02-12 20:33 | astgen: implement struct field emission in structDeclInner | Motiejus Jakštys | 2 | +535 | -26 |
| 2026-02-12 20:23 | astgen: enable corpus test for test_all.zig | Motiejus Jakštys | 1 | +5 | -0 |
| 2026-02-12 19:48 | more astgen | Motiejus Jakštys | 2 | +205 | -70 |
| 2026-02-12 18:18 | astgen: fix continue and for loop scope handling | Motiejus Jakštys | 1 | +17 | -0 |
| 2026-02-12 17:58 | astgen: fix corpus mismatches (gap 20→-17) | Motiejus Jakštys | 1 | +31 | -6 |
| 2026-02-12 15:09 | astgen: typeCast DBG_STMT, builtinEvalToError, memset/memcpy fixes | Motiejus Jakštys | 1 | +200 | -55 |
| 2026-02-12 14:23 | astgen: add genDefers, ret_err_value fast path, fix scope chain | Motiejus Jakštys | 2 | +239 | -33 |
| 2026-02-12 14:13 | remove obsolete functions/decls | Motiejus Jakštys | 4 | +0 | -48 |
| 2026-02-12 13:42 | stricter test suite | Motiejus Jakštys | 2 | +31 | -33 |
| 2026-02-12 13:24 | astgen: RL threading, labeled blocks, comptime block payload | Motiejus Jakštys | 2 | +398 | -167 |
| 2026-02-12 12:08 | disable leak checker for now | Motiejus Jakštys | 1 | +6 | -0 |
| 2026-02-12 12:06 | quicker `zig build test` | Motiejus Jakštys | 2 | +9 | -10 |
| 2026-02-12 11:52 | disable gcc_analyze for now | Motiejus Jakštys | 1 | +13 | -11 |
| 2026-02-12 11:51 | lint per file | Motiejus Jakštys | 2 | +43 | -38 |
| 2026-02-12 11:40 | astgen: port Phases 4-5 (control flow, expressions, scope chain) | Motiejus Jakštys | 4 | +6142 | -765 |
| 2026-02-12 07:29 | valgrind no timeout | Motiejus Jakštys | 1 | +25 | -14 |
| 2026-02-12 06:16 | test timeouts | Motiejus Jakštys | 3 | +18 | -3 |
| 2026-02-11 22:42 | astgen: port Phases 1-3 from upstream AstGen.zig | Motiejus Jakštys | 2 | +674 | -46 |
| 2026-02-11 22:32 | use zig's x86 backend | Motiejus Jakštys | 1 | +5 | -1 |
| 2026-02-11 22:20 | build: subtract avx512f when running under valgrind | Motiejus Jakštys | 1 | +11 | -1 |
| 2026-02-11 21:58 | Add structural AST consistency check to parser tests | Motiejus Jakštys | 2 | +119 | -11 |
| 2026-02-11 21:32 | astgen: implement ZIR generation for basic expressions and declarations | Motiejus Jakštys | 5 | +2579 | -69 |
| 2026-02-11 20:45 | remove usage of __attribute__((__cleanup__(fn))) | Motiejus Jakštys | 2 | +76 | -96 |
| 2026-02-11 20:05 | more instructions for agents | Motiejus Jakštys | 2 | +11 | -2 |
| 2026-02-11 18:37 | Merge branch 'zig01' | Motiejus Jakštys | 1 | +4 | -0 |
| 2026-02-11 18:37 | update AGENTS.md | Motiejus Jakštys | 1 | +1 | -1 |
| 2026-02-11 18:37 | Add astgen scaffolding with ZIR data structures and first passing test | Motiejus Jakštys | 7 | +692 | -0 |
| 2026-02-11 18:27 | valgrind | Motiejus Jakštys | 1 | +15 | -2 |
| 2026-02-11 18:27 | valgrind | Motiejus Jakštys | 1 | +11 | -2 |
| 2026-02-11 18:14 | update LICENSE again | Motiejus Jakštys | 1 | +3 | -10 |
| 2026-02-11 18:10 | Update README | Motiejus Jakštys | 1 | +14 | -0 |
| 2026-02-11 18:10 | parser: align structural logic with upstream Parse.zig | Motiejus Jakštys | 1 | +108 | -69 |
| 2026-02-11 14:54 | more debugging tips | Motiejus Jakštys | 1 | +2 | -1 |
| 2026-02-11 14:24 | parser: reorder function definitions to match upstream Parse.zig | Motiejus Jakštys | 1 | +2378 | -2376 |
| 2026-02-11 13:48 | parser: align function names with upstream Parse.zig | Motiejus Jakštys | 1 | +124 | -108 |
| 2026-02-11 13:21 | sort forward declarations by name | Motiejus Jakštys | 1 | +58 | -58 |
| 2026-02-11 13:20 | parser: replace fprintf+longjmp with fail(), add forward declarations | Motiejus Jakštys | 4 | +164 | -154 |
| 2026-02-11 12:57 | parser: port upstream error detection, unskip all 14 tests | Motiejus Jakštys | 2 | +232 | -30 |
| 2026-02-11 12:14 | parser: skip 14 tests, replace assertToken assert with longjmp | Motiejus Jakštys | 2 | +20 | -1 |
| 2026-02-11 12:02 | parser: refactor expectVarDeclExprStatement to match upstream | Motiejus Jakštys | 1 | +54 | -77 |
| 2026-02-11 11:40 | parser: sync tests with upstream, fix tokenizer and parser | Motiejus Jakštys | 3 | +1062 | -313 |
| 2026-02-11 10:18 | parser: propagate errors via setjmp/longjmp instead of exit(1) | Motiejus Jakštys | 5 | +53 | -45 |
| 2026-02-11 09:56 | parser: refactor to match upstream Parse.zig structure | Motiejus Jakštys | 1 | +230 | -357 |
| 2026-02-11 09:28 | parser: reorder tests, fix check_test_order.py for new file layout | Motiejus Jakštys | 2 | +477 | -153 |
| 2026-02-11 09:25 | parser: port canonicalize and cast builtin tests | Motiejus Jakštys | 1 | +262 | -0 |
| 2026-02-11 09:18 | parser: update test bodies to match upstream verbatim | Motiejus Jakštys | 1 | +90 | -15 |
| 2026-02-11 08:46 | parser: update defer test body to match upstream | Motiejus Jakštys | 1 | +10 | -2 |
| 2026-02-11 07:50 | parser: fix duplicate while test content, match upstream verbatim | Motiejus Jakštys | 1 | +0 | -12 |
| 2026-02-11 07:46 | parser: update test bodies to match upstream verbatim | Motiejus Jakštys | 1 | +54 | -10 |
| 2026-02-11 07:33 | parser: port destructure, infix, pointer/slice attribute tests | Motiejus Jakštys | 2 | +71 | -4 |
| 2026-02-11 07:05 | parser: port pointer/slice attributes tests | Motiejus Jakštys | 2 | +98 | -19 |
| 2026-02-11 06:46 | parser: update test bodies to match upstream verbatim | Motiejus Jakštys | 1 | +35 | -13 |
| 2026-02-11 06:11 | reorder tests better | Motiejus Jakštys | 2 | +2188 | -2190 |
| 2026-02-11 06:07 | parser: port large batch of formatting tests (289/344) | Motiejus Jakštys | 2 | +697 | -2 |
| 2026-02-11 05:46 | parser: reorder tests to match upstream file order | Motiejus Jakštys | 1 | +23 | -9 |
| 2026-02-11 05:45 | parser: port doc comment, literal, asm, ternary tests | Motiejus Jakštys | 1 | +244 | -0 |
| 2026-02-11 05:16 | parser: reorder tests to match upstream file order | Motiejus Jakštys | 1 | +91 | -94 |
| 2026-02-11 05:15 | parser: port asm, comment, doc comment tests | Motiejus Jakštys | 2 | +227 | -3 |
| 2026-02-11 05:10 | update README | Motiejus Jakštys | 1 | +4 | -0 |
| 2026-02-11 05:04 | parser: port misc formatting tests batch | Motiejus Jakštys | 1 | +106 | -0 |
| 2026-02-10 22:58 | parser: reorder tests to match upstream file order | Motiejus Jakštys | 1 | +33 | -31 |
| 2026-02-10 22:57 | parser: port full "while" and "for" tests | Motiejus Jakštys | 2 | +205 | -2 |
| 2026-02-10 22:50 | parser: port test "switch multiline string" | Motiejus Jakštys | 1 | +31 | -0 |
| 2026-02-10 22:48 | parser: port remaining asm tests | Motiejus Jakštys | 2 | +88 | -6 |
| 2026-02-10 22:41 | parser: implement asm_legacy, port inline asm tests | Motiejus Jakštys | 3 | +100 | -10 |
| 2026-02-10 22:31 | add check_test_order.py script | Motiejus Jakštys | 1 | +118 | -0 |
| 2026-02-10 22:30 | parser: reorder tests to match upstream file order | Motiejus Jakštys | 1 | +446 | -448 |
| 2026-02-10 22:26 | parser: port enum/union/catch/switch/for/if declaration tests | Motiejus Jakštys | 2 | +479 | -4 |
| 2026-02-10 21:46 | parser: port precedence, prefix, functions, values, indexing tests | Motiejus Jakštys | 1 | +176 | -0 |
| 2026-02-10 21:43 | parser: implement asm parsing, port formatting tests | Motiejus Jakštys | 1 | +126 | -3 |
| 2026-02-10 19:46 | parser: port formatting, declaration, fn attribute tests | Motiejus Jakštys | 1 | +98 | -0 |
| 2026-02-10 19:23 | parser: implement for loops, port for/while loop test | Motiejus Jakštys | 3 | +116 | -8 |
| 2026-02-10 19:13 | parser: port error set, suspend, switch prong comment tests | Motiejus Jakštys | 2 | +119 | -2 |
| 2026-02-10 19:06 | parser: port comment, switch, error value tests batch | Motiejus Jakštys | 2 | +244 | -5 |
| 2026-02-10 18:58 | parser: port switch, slice, array literal, formatting tests | Motiejus Jakštys | 2 | +186 | -2 |
| 2026-02-10 18:51 | parser: port array literal hint and vertical alignment tests | Motiejus Jakštys | 1 | +124 | -0 |
| 2026-02-10 18:49 | parser: port test "struct literal containing a multiline expression" | Motiejus Jakštys | 1 | +61 | -0 |
| 2026-02-10 18:47 | parser: implement switch, port switch comment tests | Motiejus Jakštys | 2 | +131 | -1 |
| 2026-02-10 18:39 | parser: port if-condition-wraps tests, implement catch payload | Motiejus Jakštys | 2 | +47 | -5 |
| 2026-02-10 18:35 | parser: port test "if condition wraps" | Motiejus Jakštys | 1 | +81 | -0 |
| 2026-02-10 18:32 | parser: implement while loops, port while test | Motiejus Jakštys | 2 | +73 | -6 |
| 2026-02-10 18:28 | parser: port test "2nd arg multiline string many args" | Motiejus Jakštys | 1 | +20 | -0 |
| 2026-02-10 18:26 | parser: port zig fmt on/off in middle of code tests | Motiejus Jakštys | 2 | +51 | -0 |
| 2026-02-10 18:23 | parser: port test "whitespace fixes" | Motiejus Jakštys | 1 | +12 | -0 |
| 2026-02-10 18:22 | parser: port test "rewrite callconv(.@\"inline\") to the inline keyword" | Motiejus Jakštys | 1 | +14 | -0 |
| 2026-02-10 18:20 | parser: reorder tests to match upstream file order | Motiejus Jakštys | 1 | +593 | -593 |
| 2026-02-10 18:13 | parser: port alignment and zig fmt whitespace tests | Motiejus Jakštys | 1 | +37 | -0 |
| 2026-02-10 18:10 | parser: port zig fmt on/off, defer, block slice tests | Motiejus Jakštys | 2 | +96 | -2 |
| 2026-02-10 18:04 | parser: port fn param and container initializer tests | Motiejus Jakštys | 2 | +78 | -1 |
| 2026-02-10 18:01 | parser: port misc formatting tests batch | Motiejus Jakštys | 2 | +151 | -1 |
| 2026-02-10 17:42 | parser: port threadlocal, linksection, addrspace tests | Motiejus Jakštys | 2 | +57 | -12 |
| 2026-02-10 17:40 | parser: port pointer modifier tests | Motiejus Jakštys | 2 | +222 | -58 |
| 2026-02-10 17:24 | parser: port array/slice literal and pointer type tests | Motiejus Jakštys | 1 | +47 | -0 |
| 2026-02-10 17:15 | parser: port test "sentinel-terminated array type" | Motiejus Jakštys | 1 | +9 | -0 |
| 2026-02-10 15:06 | parser: port test "sentinel-terminated slice type" | Motiejus Jakštys | 1 | +9 | -0 |
| 2026-02-10 15:05 | parser: port test "c pointer type" | Motiejus Jakštys | 2 | +72 | -3 |
| 2026-02-10 14:45 | parser: port test "nosuspend block" | Motiejus Jakštys | 2 | +20 | -0 |
| 2026-02-10 14:44 | parser: port test "errdefer with payload" | Motiejus Jakštys | 2 | +148 | -30 |
| 2026-02-10 14:37 | parser: port test "top-level bare asterisk+asterisk+identifier" | Motiejus Jakštys | 2 | +26 | -4 |
| 2026-02-10 14:36 | parser: port test "top-level bare asterisk+identifier" | Motiejus Jakštys | 1 | +7 | -0 |
| 2026-02-10 14:36 | parser: port test "top-level tuple function call type" | Motiejus Jakštys | 1 | +7 | -0 |
| 2026-02-10 14:05 | parser: add multiline string, fn call, struct, if-else tests | Motiejus Jakštys | 2 | +136 | -3 |
| 2026-02-10 13:13 | parser: add if expression and statement tests | Motiejus Jakštys | 2 | +132 | -5 |
| 2026-02-10 13:09 | parser: add infix, fn trailing comma, enum, struct literal tests | Motiejus Jakštys | 1 | +98 | -0 |
| 2026-02-10 13:08 | parser: add zig fmt on/off and slice operator tests | Motiejus Jakštys | 2 | +64 | -6 |
| 2026-02-10 13:07 | parser: add fn params, return, call args, enum literal tests | Motiejus Jakštys | 2 | +225 | -27 |
| 2026-02-10 13:03 | parser: add enum, union, literal, struct doc comment tests | Motiejus Jakštys | 2 | +120 | -3 |
| 2026-02-10 13:02 | parser: add slicing and tagged union tests | Motiejus Jakštys | 2 | +89 | -3 |
| 2026-02-10 12:59 | parser: add struct/array literal tests (2/3 element variants) | Motiejus Jakštys | 1 | +180 | -0 |
| 2026-02-10 12:58 | parser: add struct/array init literal tests | Motiejus Jakštys | 2 | +318 | -4 |
| 2026-02-10 12:28 | parser: add block, break, grouped expression, array type tests | Motiejus Jakštys | 2 | +62 | -3 |
| 2026-02-10 12:25 | parser: add container declaration and test decl tests | Motiejus Jakštys | 2 | +203 | -4 |
| 2026-02-10 12:23 | parser: add multiline string, empty file, field, container tests | Motiejus Jakštys | 1 | +86 | -1 |
| 2026-02-10 12:21 | parser: add function, comptime, var declaration tests | Motiejus Jakštys | 2 | +108 | -7 |
| 2026-02-10 12:18 | parser: add struct field value declaration test | Motiejus Jakštys | 2 | +97 | -9 |
| 2026-02-10 12:14 | parser: add tuple struct test and container decl support | Motiejus Jakštys | 2 | +267 | -26 |
| 2026-02-10 14:26 | `zig build` does more and in parallel | Motiejus Jakštys | 2 | +69 | -43 |
| 2026-02-11 14:32 | update license | Motiejus Jakštys | 1 | +20 | -0 |
| 2026-02-10 11:35 | fix tcc | Motiejus Jakštys | 6 | +21 | -5 |
| 2026-02-10 10:47 | zig build -Dcc=tcc | Motiejus Jakštys | 3 | +60 | -35 |
| 2026-02-10 10:36 | zig build lint fmt | Motiejus Jakštys | 2 | +2 | -2 |
| 2026-02-10 10:03 | zig 0.15.1 | Motiejus Jakštys | 8 | +332 | -38 |
| 2025-07-01 19:48 | add some notes | Motiejus Jakštys | 1 | +5 | -0 |
| 2025-04-24 20:32 | fmt | Motiejus Jakštys | 1 | +3 | -2 |
| 2025-04-24 20:31 | fix listToSpan | Motiejus Jakštys | 1 | +1 | -1 |
| 2025-04-24 19:27 | trying to fix infinite loop | Motiejus Jakštys | 1 | +8 | -1 |
| 2025-04-24 19:27 | fix assertion failure | Motiejus Jakštys | 1 | +2 | -2 |
| 2025-04-20 20:32 | add license | Motiejus Jakštys | 2 | +21 | -1 |
| 2025-04-13 19:19 | bump to zig 0.14 | Motiejus Jakštys | 2 | +25 | -21 |
| 2025-02-05 16:29 | more parser | Motiejus Jakštys | 2 | +109 | -10 |
| 2025-01-09 06:27 | more parser | Motiejus Jakštys | 1 | +253 | -14 |
| 2025-01-08 18:04 | fmt | Motiejus Jakštys | 6 | +170 | -127 |
| 2025-01-08 17:35 | beginning of parseVarDeclProto | Motiejus Jakštys | 2 | +103 | -10 |
| 2025-01-07 21:22 | No types, no fucking types. Just bugs | Motiejus Jakštys | 6 | +68 | -49 |
| 2025-01-03 17:23 | start with parser tests | Motiejus Jakštys | 6 | +488 | -366 |
| 2025-01-01 21:09 | fix memleak; initialization boilerplate | Motiejus Jakštys | 4 | +239 | -21 |
| 2024-12-31 17:14 | more parser | Motiejus Jakštys | 4 | +136 | -126 |
| 2024-12-30 20:38 | replace TOKENIZER_TAG_ with TOKEN_ | Motiejus Jakštys | 5 | +511 | -511 |
| 2024-12-30 20:36 | a few bugfixes and a new TODO | Motiejus Jakštys | 2 | +73 | -60 |
| 2024-12-29 23:33 | fix filename | Motiejus Jakštys | 2 | +1 | -1 |
| 2024-12-29 23:05 | More parser — lint+tests pass again | Motiejus Jakštys | 10 | +299 | -59 |
| 2024-12-27 10:34 | making tcc happier | Motiejus Jakštys | 10 | +415 | -273 |
| 2024-12-25 21:44 | adding more parser — starts breaking the build | Motiejus Jakštys | 5 | +292 | -10 |
| 2024-12-23 19:52 | more macros | Motiejus Jakštys | 7 | +61 | -20 |
| 2024-12-22 22:11 | more fields | Motiejus Jakštys | 1 | +75 | -0 |
| 2024-12-22 20:40 | macros | Motiejus Jakštys | 7 | +247 | -199 |
| 2024-12-22 20:31 | rename types | Motiejus Jakštys | 10 | +112 | -127 |
| 2024-12-19 22:00 | making parser | Motiejus Jakštys | 8 | +427 | -218 |
| 2024-12-19 18:13 | allo system compiler | Motiejus Jakštys | 1 | +47 | -26 |
| 2024-12-18 20:34 | linters, some ast headers | Motiejus Jakštys | 8 | +184 | -48 |
| 2024-12-14 22:04 | start ast + fix type names in tokenizer | Motiejus Jakštys | 6 | +1135 | -587 |
| 2024-12-13 07:39 | Tokenizer | Motiejus Jakštys | 9 | +2209 | -0 |