Add notion of scripts and support for empty commands and comments.
This commit is contained in:
@@ -243,6 +243,7 @@ impl<'a> LKEval<'a> {
|
||||
}
|
||||
}
|
||||
},
|
||||
Command::Noop => (),
|
||||
Command::Help => {
|
||||
out.push("HELP".to_string());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user