HSE SPb Project for formal languages course
Syntax is described here -- syntax_description.
Run from the console with the command python3 parser_fsm.py filename
.
Run from the console with the command python3 lexer.py filename.
Run from the console with the command python3 product.py operation filename1 filename2.
The operation may be "addition" "association" "difference" "intersection".
Run from the console with the command python3 minimization.py task2_example1.txt
Run from the console with the command python3 determinization.py task1_example1.txt