hopebaba1102 / Promela-parser-using-Python

Promela parser using PLY (Python lex-yacc)

Home Page:https://pypi.org/project/promela

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status Coverage Status

About

A parser for the Promela modeling language. PLY (Python lex-yacc) is used to generate the parser. Classes for a Promela abstract tree are included and used for representing the result of parsing. A short tutorial can be found in the file doc.md. To install:

pip install promela

License

BSD-3, see LICENSE file.

About

Promela parser using PLY (Python lex-yacc)

https://pypi.org/project/promela

License:Other


Languages

Language:Python 100.0%