/simple-lexer

A simple lexer to pascal word

Primary LanguagePython

Simple-Lexer

Intro

A Simple lexer for pascal word
Implement with python

About

./
├── 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)

Required:

Graphviz ,Textual

Usage:

python app.py

Some Screen short:

home

Home_Screen

file

File analysis

word

word analysis

Transition

State Transition Diagrams