Skip to content

Add lexer for NuSMV/nuXmv model checker language #2135

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

deme3
Copy link

@deme3 deme3 commented Jun 11, 2025

This MR adds support for the nuXmv/NuSMV/SMV model checkers input language.

nuXmv is a superset and an enhancement over the NuSMV model checker, both of which developed by Fondazione Bruno Kessler, a research institute in Trento (IT). In turn, NuSMV originated by Carnegie Mellon University's "SMV", a symbolic model checker supporting CTL.

Not sure if relevant to the scope of reviewing the merge request, but fyi: Language reference is in User Manuals for both programs, which are listed here: https://nuxmv.fbk.eu/documentation.html.

Adding this language, it being a superset of the two previous languages mentioned, will virtually add support for all of them. (Note the aliases provided by the lexer are in fact: nuxmv, nusmv, and smv)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant