Please enable JavaScript in your browser!
Головна сторінка
Огляд
Довідка
Увійти
jexelmans
/
sccd
Слідкувати
1
Зірка
0
Відгалуження
0
Файли
Проблеми
0
Запити на злиття
0
Wiki
Дерево:
4f95b97760
Гілки
Теги
joeri
sccd
/
README.md
README.md
776 B
Історія
Запис
Statecharts and Class Diagram Compiler
Dependencies
Mandatory
CPython >= 3.6 or PyPy >= 7.3.0 (Compatible with Python 3.6)
The following packages from PyPi:
lark-parser
for parsing state references and action code
lxml
for parsing the SCCD XML input format
termcolor
for colored terminal output
dataclasses
(not needed if using Python >= 3.7)
typing-inspect
(not needed if using Python >= 3.8)
Optional
state-machine-cat
to render statecharts as SVG images. Runs on NodeJS, installable from NPM.