circuit handles load commands better
Signed-off-by: Ava Hahn <ava@sunnypup.io>
This commit is contained in:
parent
921deb9e5e
commit
ab14ba4b5e
7 changed files with 43 additions and 14 deletions
|
|
@ -586,9 +586,9 @@ pub fn static_stdlib(syms: &mut SymTable) -> Result<(), String> {
|
|||
);
|
||||
|
||||
syms.insert(
|
||||
"load".to_string(),
|
||||
"call".to_string(),
|
||||
Symbol {
|
||||
name: String::from("load"),
|
||||
name: String::from("call"),
|
||||
args: Args::Strict(vec![Type::String]),
|
||||
conditional_branches: false,
|
||||
docs: RUN_DOCSTRING.to_string(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue