rkgk/crates/haku
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
..
src fix updated defs not being applied properly to VM in frontend and backend 2024-08-22 20:27:18 +02:00
tests fix updated defs not being applied properly to VM in frontend and backend 2024-08-22 20:27:18 +02:00
Cargo.toml a whole load of work in progress 2024-08-15 20:01:10 +02:00