https://github.com/abhoi/ablexicalanalyser
A basic lexical analysis scanner to parse input string into appropriate C tokens using goto statements and switch cases
https://github.com/abhoi/ablexicalanalyser
Last synced: about 1 month ago
JSON representation
A basic lexical analysis scanner to parse input string into appropriate C tokens using goto statements and switch cases
- Host: GitHub
- URL: https://github.com/abhoi/ablexicalanalyser
- Owner: abhoi
- License: mit
- Created: 2015-08-01T15:29:10.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-11-30T17:46:54.000Z (over 7 years ago)
- Last Synced: 2025-04-11T23:53:38.869Z (about 1 month ago)
- Language: Shell
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ABLexicalAnalyser
Compiler DesignA basic lexical analyzer to parse input string into appropriate C tokens using goto statements and switch cases