Add booleanLiteralExpression To Make Compiling Easier
Signed-off-by: Will Hawkins <hawkinsw@obs.cr>
This commit is contained in:
@@ -66,7 +66,9 @@ parser simple() {
|
||||
(selectCase
|
||||
(keysetExpression
|
||||
(expression
|
||||
(true)
|
||||
(booleanLiteralExpression
|
||||
(true)
|
||||
)
|
||||
)
|
||||
)
|
||||
(colon)
|
||||
|
||||
Reference in New Issue
Block a user