mirror of
https://github.com/github/semantic.git
synced 2025-01-03 04:51:57 +03:00
Term and handle error for top level expression
This commit is contained in:
parent
b559e33b7e
commit
b761e8cb48
@ -124,7 +124,7 @@ assignment :: Assignment
|
||||
assignment = handleError program <|> parseError
|
||||
|
||||
expression :: Assignment
|
||||
expression = handleError (choice expressionChoices)
|
||||
expression = term (handleError (choice expressionChoices))
|
||||
|
||||
expressionChoices :: [Assignment.Assignment [] Grammar Term]
|
||||
expressionChoices =
|
||||
|
Loading…
Reference in New Issue
Block a user