spot/tests
Alexandre Duret-Lutz 9c6a09890e parsetl: speedup parsing of n-ary operators with many operands
Issue #500, reported by Yann Thierry-Mieg.

* spot/parsetl/parsetl.yy, spot/parsetl/scantl.ll: Use variant
to store a new pnode objects that delays the construction of n-ary
operators.
* spot/parsetl/Makefile.am: Do not distribute stack.hh anymore.
* spot/tl/formula.cc: Fix detection of overflow in Star and FStar.
* HACKING: Update Bison requirements to 3.3.
* tests/core/500.test: New test case.
* tests/Makefile.am: Add it.
* tests/core/ltl2tgba2.test, tests/core/ltlsynt.test,
tests/core/tostring.test: Adjust to new expected order.
* NEWS: Mention the change.
2022-03-28 09:00:18 +02:00
..
core parsetl: speedup parsing of n-ary operators with many operands 2022-03-28 09:00:18 +02:00
ltsmin modelchek: add more tests 2020-06-10 09:02:02 +02:00
python synthesis.ipynb: remove useless import 2022-03-22 16:08:51 +01:00
sanity tests: replace all "assert" by unittest assertions 2022-03-07 09:03:21 +01:00
.gitignore more files to ignore 2016-01-26 19:21:35 +01:00
Makefile.am parsetl: speedup parsing of n-ary operators with many operands 2022-03-28 09:00:18 +02:00
run.in tests: don't wipe python environment 2022-03-10 15:57:19 +01:00