locate new prelude

This commit is contained in:
Scott Richmond 2025-07-07 00:12:01 -04:00
parent 2c10c5bf07
commit 3946e5d6fa
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -52,7 +52,7 @@ use value::{Value, Key};
mod vm;
use vm::Creature;
const PRELUDE: &str = include_str!("../assets/test_prelude.ld");
const PRELUDE: &str = include_str!("../assets/prelude.ld");
fn prelude() -> HashMap<Key, Value> {
let tokens = lexer().parse(PRELUDE).into_output_errors().0.unwrap();