1
1
mirror of https://github.com/github/semantic.git synced 2024-12-23 06:41:45 +03:00

Add Boolean Category

This commit is contained in:
Rick Winfrey 2016-06-16 09:54:05 -05:00
parent c2c3681749
commit 70b3340302

View File

@ -9,6 +9,8 @@ data Category
= Program = Program
-- | A node indicating syntax errors. -- | A node indicating syntax errors.
| Error | Error
-- | A boolean expression.
| Boolean
-- | An operator with 2 operands. -- | An operator with 2 operands.
| BinaryOperator | BinaryOperator
-- | A literal key-value data structure. -- | A literal key-value data structure.