mirror of
https://github.com/github/semantic.git
synced 2024-12-23 06:41:45 +03:00
Add true/false to the grammar.
This commit is contained in:
parent
0ca4263b43
commit
432474b8c5
@ -39,7 +39,7 @@ type Program = Freer
|
||||
|
||||
|
||||
-- | Statically-known rules corresponding to symbols in the grammar.
|
||||
data Grammar = Program | Uninterpreted | BeginBlock | EndBlock | Undef | Alias | Comment
|
||||
data Grammar = Program | Uninterpreted | BeginBlock | EndBlock | Undef | Alias | Comment | True' | False'
|
||||
deriving (Enum, Eq, Ord, Show)
|
||||
|
||||
-- | Assignment from AST in Ruby’s grammar onto a program in Ruby’s syntax.
|
||||
|
Loading…
Reference in New Issue
Block a user