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
To get this shit to work
bison -d calculator.y
flex calculator.l
cc -o calculator calculator.tab.c lex.yy.c -lfl -L/usr/local/opt/flex/lib
#this produces calculator
./calculator
2 + 3