locate new prelude
This commit is contained in:
parent
2c10c5bf07
commit
3946e5d6fa
Binary file not shown.
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue
Block a user