simplify parser + start removing lineq code

This commit is contained in:
Marcell Vazquez-Chanlatte 2018-09-06 01:19:06 -07:00
parent 7798fe679e
commit b9b10ac835
11 changed files with 143 additions and 247 deletions

View file

@ -17,6 +17,6 @@ def test_hash_inheritance(phi):
def test_sugar_smoke():
stl.parse('(x) <-> (x)')
stl.parse('(x) -> (x)')
stl.parse('(x) ^ (x)')
stl.parse('(x <-> x)')
stl.parse('(x -> x)')
stl.parse('(x ^ x)')