https://github.com/agentds/lexical-analysis
Lexical analyzer implemented in Python, UESTC CS 编译原理
https://github.com/agentds/lexical-analysis
Last synced: about 1 year ago
JSON representation
Lexical analyzer implemented in Python, UESTC CS 编译原理
- Host: GitHub
- URL: https://github.com/agentds/lexical-analysis
- Owner: AgentDS
- Created: 2017-04-28T20:06:54.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-24T13:47:01.000Z (about 9 years ago)
- Last Synced: 2025-02-16T03:18:47.476Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 341 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Lexical-Analysis
Lexical analyzer implemented in Python
More details, refer to ``.png`` files.
``.err`` file records the error output.
``.dyd`` file records the final output of lexical analysis.