Commit Graph
8 Commits
Author SHA1 Message Date
allexanderbergmns 387079d720 vrmm build files 2026-08-25 14:45:19 +02:00
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 b0a4da7e2f Code split 2026-08-24 20:14:59 +02:00
allexanderbergmns 4b7a2f4c67 Bunch of updates 2026-08-24 18:24:58 +02:00
allexanderbergmns 9504a9301b fix: make seen map mutable and use u64 for tagged-value shifts
The struct-literal validator declared `seen` without `mut`, causing a
compile error on V.  Left-shifting i64 values also produced signed-shift
warnings; cast through u64 instead.

🤖 Generated with Codebuff
Co-Authored-By: Codebuff <noreply@codebuff.com>
2026-08-24 17:37:27 +02:00
allexanderbergmns 265e667912 more 2026-08-24 15:55:23 +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