selfhosting-dev: finalize local changes post-rebase abort (dep_tree tools, runner, grammar); keep tmp deps json in-tree
This commit is contained in:
@ -50,7 +50,6 @@ pub static SYNTAX_ALLOWED_STATEMENTS: &[&str] = &[
|
||||
"print",
|
||||
"nowait",
|
||||
"include",
|
||||
"import",
|
||||
"local",
|
||||
"outbox",
|
||||
"try",
|
||||
@ -67,4 +66,4 @@ pub static SYNTAX_ALLOWED_BINOPS: &[&str] = &[
|
||||
"or",
|
||||
"eq",
|
||||
"ne",
|
||||
];
|
||||
];
|
||||
Reference in New Issue
Block a user