Commit Graph
9 Commits
Author SHA1 Message Date
allexanderbergmns 9b22be48a5 Production pass: floats, GC, type checking, and tooling
Adds floats, bitwise ops, UTF-8 strings with methods, try/catch,
closures, generics validation, a compile-time type checker, a
mark-and-sweep GC, source-level debug info, constant folding, and
the repl/fmt/package-manager commands.

🤖 Generated with Codebuff
Co-Authored-By: Codebuff <noreply@codebuff.com>
2026-08-25 14:29:15 +02:00
allexanderbergmns 7c7f4a69ff Compound assign 2026-08-24 20:05:19 +02:00
allexanderbergmns 4b7a2f4c67 Bunch of updates 2026-08-24 18:24:58 +02:00
allexanderbergmns 50712c5f17 Enum methods and more 2026-08-24 18:04:55 +02:00
allexanderbergmns 265e667912 more 2026-08-24 15:55:23 +02:00
allexanderbergmns fc0ff47459 Else if chains 2026-08-24 15:44:27 +02:00
allexanderbergmns 55a3ee0b18 continue/break 2026-08-24 15:41:37 +02:00
allexanderbergmns 18b0b38490 Loops 2026-08-24 15:40:16 +02:00
allexanderbergmns f77f9d4dff Enhacnementsand toolchain 2026-08-24 15:35:11 +02:00