16 Commits

Author SHA1 Message Date
David Gonzalez Martin
cedb96e313 integrate editor infrastructure 2024-05-03 16:46:20 -06:00
David Gonzalez Martin
5780ba2789 Reduce to min dependency on std.mem.Allocator 2024-04-27 11:41:00 -06:00
David Gonzalez Martin
128a3ee508 Support Asahi Linux (aarch64-linux) 2024-04-27 10:43:59 -06:00
David Gonzalez Martin
104f8ef827 Better support Windows in the lexer 2024-04-25 21:44:19 -06:00
David Gonzalez Martin
8ae3b0caa4 Reduce usage of UnpinnedArray to just Compilation 2024-04-25 00:10:36 -06:00
David Gonzalez Martin
de930c0729 Substitute nodes 2024-04-24 18:22:11 -06:00
David Gonzalez Martin
89c43471c2 Substitute tokens 2024-04-24 18:05:46 -06:00
David Gonzalez Martin
343b909829 Implement wrapping arithmetic 2024-04-22 22:54:42 -06:00
David Gonzalez Martin
213082f532 Implement continue expression 2024-04-18 10:14:03 -06:00
David Gonzalez Martin
2ac5e19b32 One's complement implementation 2024-04-18 07:41:59 -06:00
David Gonzalez Martin
166e9a5b8e lexer: count lines 2024-04-17 08:29:42 -06:00
David Gonzalez Martin
ac3923f4d3 Implement basic C ABI support 2024-03-24 08:58:05 -06:00
David Gonzalez Martin
8e4fc03d1b Modernize std API 2024-03-08 16:35:40 -06:00
David Gonzalez Martin
4538c395f9 Avoid Zig standard library bloat
Fixes #101
2024-03-01 10:12:38 -06:00
David Gonzalez Martin
e9e5165345 Implement basic tests and error unions 2024-02-27 10:58:05 -06:00
David Gonzalez Martin
395bdd4cc4 Pass first test with LLVM. Ditch C transpiler 2024-01-26 23:45:02 +01:00