mirror of
https://github.com/github/semantic.git
synced 2025-01-03 13:02:37 +03:00
Add MemberAccess Category
This commit is contained in:
parent
6eea045aee
commit
6024182b40
@ -33,8 +33,10 @@ data Category
|
|||||||
| SymbolLiteral
|
| SymbolLiteral
|
||||||
-- | An array literal.
|
-- | An array literal.
|
||||||
| ArrayLiteral
|
| ArrayLiteral
|
||||||
-- | An assignment expression
|
-- | An assignment expression.
|
||||||
| Assignment
|
| Assignment
|
||||||
|
-- | A member access expression.
|
||||||
|
| MemberAccess
|
||||||
-- | A non-standard category, which can be used for comparability.
|
-- | A non-standard category, which can be used for comparability.
|
||||||
| Other Text
|
| Other Text
|
||||||
deriving (Eq, Show, Ord)
|
deriving (Eq, Show, Ord)
|
||||||
|
Loading…
Reference in New Issue
Block a user