Introduction to Language Processing
./buildLexer.sh
./perllp.bin < <FILE_NAME.pl>
./perllex <FILE_NAME.pl>
flex classDemo.l
gcc -o flexDemo lex.yy.c -lfl
./flexDemo
- Now, type whatever you want. Press
Ctrl + D
to get output
- Geeksforgeeks
info flex
- Flex Notes