mirror of
https://github.com/github/semantic.git
synced 2024-12-23 06:41:45 +03:00
Add some more rules.
This commit is contained in:
parent
6f3d17f937
commit
5a57c87a88
@ -39,7 +39,7 @@ type Program = Freer
|
||||
|
||||
|
||||
-- | Statically-known rules corresponding to symbols in the grammar.
|
||||
data Grammar = Program | Uninterpreted
|
||||
data Grammar = Program | Uninterpreted | BeginBlock | EndBlock | Undef | Alias | Comment
|
||||
|
||||
-- | Assignment onto a program in Ruby’s syntax.
|
||||
assignment :: Assignment Grammar (Program Syntax (Maybe ()))
|
||||
|
Loading…
Reference in New Issue
Block a user