locate new prelude
This commit is contained in:
parent
6cc6d5425c
commit
7ce2392e5d
BIN
pkg/rudus_bg.wasm
(Stored with Git LFS)
BIN
pkg/rudus_bg.wasm
(Stored with Git LFS)
Binary file not shown.
|
@ -52,7 +52,7 @@ use value::{Value, Key};
|
||||||
mod vm;
|
mod vm;
|
||||||
use vm::Creature;
|
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> {
|
fn prelude() -> HashMap<Key, Value> {
|
||||||
let tokens = lexer().parse(PRELUDE).into_output_errors().0.unwrap();
|
let tokens = lexer().parse(PRELUDE).into_output_errors().0.unwrap();
|
||||||
|
|
Loading…
Reference in New Issue
Block a user