An open API service indexing awesome lists of open source software.

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

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
```