sally
sally copied to clipboard
Parse errors
It seems sally can only parse examples from /test/regess/*.
Whenever running the mcmt cases from the examples folder, I got the following information:
Parse error: ../../examples/honeywell/Ex3.mcmt:28:20:
And the sal cases returned
src/parser/sal/sal_state.cpp:620: sally::expr::term_ref sally::parser::sal_state::mk_term_from_guarded(sally::expr::term_ref, const std::vector<sally::expr::term_ref>&): Assertion false 'failed'. Aborted (core dumped)
Sorry, this is not well documented.
The .mcmt examples were obtained by a translation process from SAL, and they are not in the pure mcmt language. They need the option --lsal-extensions to parse.
Sally does not yet support the SAL language, the SAL files are just there as they are the original models from which the mcmt models were generated.
Thank you!