mirror of
https://github.com/github/semantic.git
synced 2024-12-22 22:31:36 +03:00
Add Identifier
This commit is contained in:
parent
4a5f2546b1
commit
44dec2aa53
@ -17,9 +17,13 @@ data Category
|
|||||||
| Pair
|
| Pair
|
||||||
-- | A call to a function.
|
-- | A call to a function.
|
||||||
| FunctionCall
|
| FunctionCall
|
||||||
-- | A function declaration
|
-- | A function declaration.
|
||||||
| Function
|
| Function
|
||||||
|
-- | An identifier.
|
||||||
|
| Identifier
|
||||||
|
-- | A function's parameters
|
||||||
| Params
|
| Params
|
||||||
|
-- | A function's expression statements
|
||||||
| ExpressionStatements
|
| ExpressionStatements
|
||||||
-- | A string literal.
|
-- | A string literal.
|
||||||
| StringLiteral
|
| StringLiteral
|
||||||
|
Loading…
Reference in New Issue
Block a user