Add booleanLiteralExpression To Make Compiling Easier

Signed-off-by: Will Hawkins <hawkinsw@obs.cr>
This commit is contained in:
Will Hawkins
2026-03-06 08:01:41 -05:00
parent f778ee384e
commit 8ca03cdca5
3 changed files with 20 additions and 7 deletions
+3 -1
View File
@@ -66,7 +66,9 @@ parser simple() {
(selectCase
(keysetExpression
(expression
(true)
(booleanLiteralExpression
(true)
)
)
)
(colon)