Dear SPOT Developers,
I am writing to you to ask what the operator precedence is that you use for parsing LTL formulae. As I use SPOT to translate LTL formulae to automata, but I also need to handle expressions separately, it would be crucial to stay compatible with your implementation. I am working on .NET, so I cannot simply use your library as a parser and AST metamodel.
Thank you for your time!
Best regards,
Vince Molnár
Hi Vince,
On Mon, Jun 8, 2015 at 7:05 PM, Molnár Vince molnarv@mit.bme.hu wrote:
I am writing to you to ask what the operator precedence is that you use for parsing LTL formulae.
The precedence of operators is documented in section 3.1 of the file doc/tl/tl.pdf that you can find in the source tarball.
Best regards,