Commit Graph
14 Commits
Author SHA1 Message Date
allexanderbergmns 415dec40a2 Tier Three: Added threads/jobs 2026-08-25 17:26:07 +02:00
allexanderbergmns d11f9c8d37 Debugger 2026-08-25 17:07:31 +02:00
allexanderbergmns 7ed774089e More buildins and vscode exstention <CO-AUthored, ai> 2026-08-25 16:20:11 +02:00
allexanderbergmns 5daadce7a9 Time lib and http 2026-08-25 15:39:44 +02:00
allexanderbergmns 4ccc8a0f95 stdlin 2026-08-25 15:26:30 +02:00
allexanderbergmns 76e912c922 Added default json, etc. 2026-08-25 15:11:40 +02:00
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