* src/ltlparse/ltlscan.ll: Allow /, /, and xor, used in LBTT.
* src/ltltest/parse.test: Test them.
This commit is contained in:
parent
60ef421dd5
commit
a66ad58b5d
3 changed files with 15 additions and 6 deletions
|
|
@ -21,13 +21,16 @@ for f in \
|
|||
'a3214 | b' \
|
||||
'a & b' \
|
||||
'a && b' \
|
||||
'a /\ b' \
|
||||
'a || b' \
|
||||
'a \/ b' \
|
||||
'a | b' \
|
||||
'_a_ U b' \
|
||||
'a R b' \
|
||||
'a <=> b' \
|
||||
'a <-> b' \
|
||||
'a ^ b' \
|
||||
'a xor b' \
|
||||
'a => b' \
|
||||
'a -> b' \
|
||||
'F b' \
|
||||
|
|
@ -44,7 +47,7 @@ for f in \
|
|||
'((b * a) + a) & d' \
|
||||
'(ab & ac | ad ) <=> af ' \
|
||||
'a U b U c U d U e U f U g U h U i U j U k U l U m' \
|
||||
'(ab * !Xad + ad U ab) & FG p12 & GF p13' \
|
||||
'(ab * !Xad + ad U ab) & FG p12 /\ GF p13' \
|
||||
'((([]<>()p12)) )' \
|
||||
'a R ome V anille'
|
||||
do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue