You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use the cygwin64 Terminal and type the following commands:
1. flex -l --debug tryf.l
2. bison -dv --debug -t tryb.y
3. gcc tryb.tab.c lex.yy.c expression.c -o test -lfl -DYYDEBUG
4. ./test.exe test.py
About
A project for the course of Principles of Programming Languages and Compilers