You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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)
The text was updated successfully, but these errors were encountered: