mirror of
https://github.com/github/semantic.git
synced 2024-12-23 06:41:45 +03:00
Add more mappings
This commit is contained in:
parent
6bccfb7d2a
commit
ed1314b4d7
@ -35,7 +35,7 @@ instance HasCategory Info where
|
|||||||
toCategoryName = toCategoryName . category
|
toCategoryName = toCategoryName . category
|
||||||
|
|
||||||
instance HasCategory Category where
|
instance HasCategory Category where
|
||||||
toCategoryName category = case category of
|
toCategoryName = \case
|
||||||
Program -> "top level"
|
Program -> "top level"
|
||||||
Error -> "error"
|
Error -> "error"
|
||||||
BinaryOperator -> "binary operator"
|
BinaryOperator -> "binary operator"
|
||||||
@ -46,6 +46,10 @@ instance HasCategory Category where
|
|||||||
IntegerLiteral -> "integer"
|
IntegerLiteral -> "integer"
|
||||||
SymbolLiteral -> "symbol"
|
SymbolLiteral -> "symbol"
|
||||||
ArrayLiteral -> "array"
|
ArrayLiteral -> "array"
|
||||||
|
Category.Function -> "function"
|
||||||
|
Identifier -> "identifier"
|
||||||
|
Params -> "params"
|
||||||
|
ExpressionStatements -> "expression statements"
|
||||||
Other s -> s
|
Other s -> s
|
||||||
|
|
||||||
instance HasCategory leaf => HasCategory (Term leaf Info) where
|
instance HasCategory leaf => HasCategory (Term leaf Info) where
|
||||||
|
Loading…
Reference in New Issue
Block a user