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
@@ -21,6 +21,7 @@ pub enum Command<'a> {
Pass(Name),
Comment(Name, Comment),
Error(LKErr<'a>),
Noop,
Help,
Quit,
}