1
1
mirror of https://github.com/github/semantic.git synced 2024-12-22 14:21:31 +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
-- | A call to a function.
| FunctionCall
-- | A function declaration
-- | A function declaration.
| Function
-- | An identifier.
| Identifier
-- | A function's parameters
| Params
-- | A function's expression statements
| ExpressionStatements
-- | A string literal.
| StringLiteral