mirror of
https://github.com/github/semantic.git
synced 2024-12-23 06:41:45 +03:00
🔤 expression choice
This commit is contained in:
parent
f145782dfe
commit
d89379ff94
@ -62,29 +62,29 @@ assignment = makeTerm <$> symbol SourceFile <*> children (Syntax.Program <$> man
|
||||
expression :: Assignment
|
||||
expression = choice
|
||||
[ callExpression
|
||||
, channelType
|
||||
, comment
|
||||
, constVarDeclaration
|
||||
, constVarSpecification
|
||||
, expressionList
|
||||
, fieldDeclaration
|
||||
, functionDeclaration
|
||||
, identifier
|
||||
, importDeclaration
|
||||
, importSpec
|
||||
, typedIdentifier
|
||||
, interpretedStringLiteral
|
||||
, intLiteral
|
||||
, methodDeclaration
|
||||
, methodSpec
|
||||
, packageClause
|
||||
, parameterDeclaration
|
||||
, rawStringLiteral
|
||||
, sliceType
|
||||
, structType
|
||||
, typeDeclaration
|
||||
, typeIdentifier
|
||||
, channelType
|
||||
, identifier
|
||||
, interpretedStringLiteral
|
||||
, intLiteral
|
||||
, typedIdentifier
|
||||
, typeLiteral
|
||||
, rawStringLiteral
|
||||
, structType
|
||||
]
|
||||
|
||||
identifiers :: Assignment
|
||||
|
Loading…
Reference in New Issue
Block a user