A Simple lexer for pascal word
Implement with python
./
├── app.py(Main program)
├── image
│ ├── dfa.gv
│ ├── dfa.png(States Transition Diagrams)
├── MainApp.css(style)
├── source.txt(source code)
└── src
├── DFA.py(DFA lexer)
└── sheet.py(With some keywords,sheet,table)
python app.py
Home_Screen File analysis word analysis State Transition Diagrams