Add reset keyword

This commit is contained in:
2022-12-10 02:18:04 +01:00
parent dcf7320c0d
commit 45d64f6960
4 changed files with 18 additions and 0 deletions

View File

@@ -30,6 +30,7 @@
("else", ELSE);
("merge", TO_merge);
("when", WHEN);
("reset", RESET);
("pre", MO_pre);
("true", CONST_BOOL(true));
("false", CONST_BOOL(false));