added TOP and BOT to AST

This commit is contained in:
Marcell Vazquez-Chanlatte 2017-02-27 22:06:17 -08:00
parent f30d391171
commit bdd3b468a8
3 changed files with 45 additions and 7 deletions

View file

@ -1,6 +1,6 @@
from stl.utils import terms_lens, lineq_lens, walk, and_or_lens
from stl.utils import alw, env, andf, orf
from stl.ast import dt_sym, t_sym
from stl.ast import dt_sym, t_sym, TOP, BOT
from stl.ast import LinEq, Interval, NaryOpSTL, Or, And, F, G, ModalOp, Neg, Var, AtomicPred
from stl.parser import parse
from stl.synth import lex_param_project