Fork repo and create pull request to contribute
- Allow execute privileges to "compile" file.
- Navigate to directory containing lex program.
- On Linux: ../compile.sh fileName.l
- On Windows: ..\compile.bat fileName.l
- Navigate to directory containing lex and yacc programs
- Execute these commands (replace proper file name)
flex lexfile.l
bison -yd yaccfile.y
gcc lex.yy.c y.tab.c
.\a.exe