1
1
mirror of https://github.com/github/semantic.git synced 2024-12-22 22:31:36 +03:00

Add Identifier

This commit is contained in:
joshvera 2016-06-10 15:19:29 -04:00
parent 4a5f2546b1
commit 44dec2aa53

View File

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