1
1
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:
Rick Winfrey 2017-11-20 16:33:30 -08:00
parent b559e33b7e
commit b761e8cb48

View File

@ -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 =