propogate TRUE/FALSE encoding changes
This commit is contained in:
parent
a72a1a1665
commit
fb2e79b807
3 changed files with 5 additions and 5 deletions
|
|
@ -7,7 +7,7 @@ GRAMMAR = {
|
|||
'phi': (
|
||||
('Unary', 'phi'),
|
||||
('(', 'phi', 'Binary', 'phi', ')'),
|
||||
('AP', ), ('0', ), ('1', )
|
||||
('AP', ), ('FALSE', ), ('TRUE', )
|
||||
),
|
||||
'Unary': (('~', ), ('G', 'Interval'), ('F', 'Interval'), ('X', )),
|
||||
'Interval': (('', ), ('[1, 3]', )),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue