selfhosting-dev: finalize local changes post-rebase abort (dep_tree tools, runner, grammar); keep tmp deps json in-tree

This commit is contained in:
Selfhosting Dev
2025-09-08 11:20:13 +09:00
parent f22082f67c
commit a45c22891c
4 changed files with 50 additions and 65 deletions

View File

@ -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",
];
];