Commit Graph
22 Commits
Author SHA1 Message Date
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 012c8a0e16 Executable vrmm 2026-08-25 14:47:59 +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 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 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 68dc251ecc Workflows betterly handled 2026-08-24 17:33:41 +02:00
allexanderbergmns 31d1c20790 Workflows 2026-08-24 17:30:50 +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
allexanderbergmns 8a4068631c tlloader 2026-08-24 14:59:53 +02:00
allexanderbergmns ee0c4ac8c9 readme 2026-08-24 14:57:03 +02:00
allexanderbergmns dca71215e0 core 2026-08-24 14:54:02 +02:00