Add notion of scripts and support for empty commands and comments.

This commit is contained in:
Oleksandr Kozachuk
2022-12-14 16:02:02 +01:00
parent 2a05254415
commit 843b843b5e
3 changed files with 23 additions and 2 deletions
+1
View File
@@ -243,6 +243,7 @@ impl<'a> LKEval<'a> {
}
}
},
Command::Noop => (),
Command::Help => {
out.push("HELP".to_string());
}