https://github.com/simobin/compiler-lab
Fuck'n lex/flex
https://github.com/simobin/compiler-lab
bison bison-flex compiler compiler-design flex lexical-analysis lexical-analyzer
Last synced: 5 months ago
JSON representation
Fuck'n lex/flex
- Host: GitHub
- URL: https://github.com/simobin/compiler-lab
- Owner: siMobin
- Created: 2025-01-21T15:36:36.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-24T15:58:58.000Z (over 1 year ago)
- Last Synced: 2025-02-24T16:52:25.967Z (over 1 year ago)
- Topics: bison, bison-flex, compiler, compiler-design, flex, lexical-analysis, lexical-analyzer
- Language: Lex
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
https://regexr.com/
https://github.com/gskinner/regexr/
```
nix-shell
```
```
yacc -d file.y
lex file.l
cc lex.yy.c y.tab.c -o out -lfl -ly
./out
```