Multiplayer canvas tool with programmable brushes!
Go to file
liquidex 3913254215 fix updated defs not being applied properly to VM in frontend and backend
this fixes the case where

	(def botsbuildbots (fn () (botsbuildbots))) (botsbuildbots)

would not run properly (return with a "set def index out of bounds" error)

also make exceptions store String instead of &'static str for better error reporting

closes #33
2024-08-22 20:27:18 +02:00
.cargo a whole load of work in progress 2024-08-15 20:01:10 +02:00
crates fix updated defs not being applied properly to VM in frontend and backend 2024-08-22 20:27:18 +02:00
docs sync 2024-08-17 22:16:21 +02:00
static rudimentary error reporting 2024-08-20 23:00:29 +02:00
.editorconfig initial commit 2024-08-10 23:10:22 +02:00
.gitignore a whole load of work in progress 2024-08-15 20:01:10 +02:00
Cargo.lock sync 2024-08-17 22:16:21 +02:00
Cargo.toml sync 2024-08-17 22:16:21 +02:00
Justfile a whole load of work in progress 2024-08-15 20:01:10 +02:00
rkgk.toml add lists & VM memory limits 2024-08-21 21:11:22 +02:00