1
1
mirror of https://github.com/github/semantic.git synced 2025-01-05 14:11:33 +03:00

Match ArgumentList alias

This commit is contained in:
Rick Winfrey 2017-12-19 13:57:57 -08:00
parent e596fc1b2c
commit 2ef9c72ed2

View File

@ -327,7 +327,7 @@ typeDeclaration = makeTerm <$> symbol TypeDeclaration <*> children (manyTerm ( (
-- Expressions -- Expressions
argumentList :: Assignment argumentList :: Assignment
argumentList = symbol ArgumentList *> children expressions argumentList = (symbol ArgumentList <|> symbol ArgumentList') *> children expressions
binaryExpression :: Assignment binaryExpression :: Assignment
binaryExpression = makeTerm' <$> symbol BinaryExpression <*> children (infixTerm expression expression binaryExpression = makeTerm' <$> symbol BinaryExpression <*> children (infixTerm expression expression