mirror of
https://github.com/github/semantic.git
synced 2025-01-03 13:02:37 +03:00
Match ArgumentList alias
This commit is contained in:
parent
e596fc1b2c
commit
2ef9c72ed2
@ -327,7 +327,7 @@ typeDeclaration = makeTerm <$> symbol TypeDeclaration <*> children (manyTerm ( (
|
||||
-- Expressions
|
||||
|
||||
argumentList :: Assignment
|
||||
argumentList = symbol ArgumentList *> children expressions
|
||||
argumentList = (symbol ArgumentList <|> symbol ArgumentList') *> children expressions
|
||||
|
||||
binaryExpression :: Assignment
|
||||
binaryExpression = makeTerm' <$> symbol BinaryExpression <*> children (infixTerm expression expression
|
||||
|
Loading…
Reference in New Issue
Block a user