simplify parser + start removing lineq code
This commit is contained in:
parent
7798fe679e
commit
b9b10ac835
11 changed files with 143 additions and 247 deletions
|
|
@ -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)')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue