- Refinement of all the grammars. Extensive improvement of the parsing.
- Integration with Pythomata
>=0.3.0
- Simplified interfaces and refactoring of the class hierarchy for the logic modules.
- Introduced FiniteTraceWrapper. It allows evaluating any propositional over a finite trace.
- Several bug fixes and improved testing.
- Improvement of docs and metadata consistency.
- Reverting some changes made on release
0.2.2
. - Updated live version: http://flloat.herokuapp.com/
- Fix several issues in the computation of the delta function for LDLf.
- Replace parsing library PLY with Lark.
- Main refactoring of the package. No new features.
- Support for LTLf formulas and conversion into NFA, DFA and DFA on-the-fly
- Syntax, semantics and parsing support for the following formal languages:
- Propositional Logic;
- Linear Dynamic Logic on Finite Traces;
- Conversion from LDLf formula to NFA, DFA and DFA on-the-fly
- First release on PyPI.