run these commands on windows:
- flex file.l
- bison -dy file.y
- gcc lex.yy.c y.tab.c -o address
- .\address
if you are getting m4 error: then delete bison.exe file and paste the given bison.exe file
then enter the expressions like y=(a+b)*c; include ; otherwise it will give syntax error