1
1
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:
Rob Rix 2017-04-05 14:49:58 -04:00
parent 6f3d17f937
commit 5a57c87a88

View File

@ -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 Rubys syntax.
assignment :: Assignment Grammar (Program Syntax (Maybe ()))