https://github.com/thiagoh/lex
From the classic "Lex - A Lexical Analyzer Generator" from http://dinosaur.compilertools.net/lex/index.html
https://github.com/thiagoh/lex
c compilers cpp flex lex lexer lexical-analysis lexical-parser
Last synced: about 1 year ago
JSON representation
From the classic "Lex - A Lexical Analyzer Generator" from http://dinosaur.compilertools.net/lex/index.html
- Host: GitHub
- URL: https://github.com/thiagoh/lex
- Owner: thiagoh
- Created: 2017-04-07T00:57:56.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-13T16:25:00.000Z (almost 9 years ago)
- Last Synced: 2025-01-16T07:36:41.012Z (about 1 year ago)
- Topics: c, compilers, cpp, flex, lex, lexer, lexical-analysis, lexical-parser
- Language: HTML
- Homepage: http://thiagoh.github.io/lex
- Size: 299 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# lex
From the classic [Lex - A Lexical Analyzer Generator](http://dinosaur.compilertools.net/lex/index.html)
*This version intends only to provide a better presentation of this classic article*
Check it here [thiagoh.github.io/lex](https://thiagoh.github.io/lex/)