Subversion Repositories filter_foundry

Rev

Rev 439 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
437 daniel-mar 1
cd ..
2
if exist y_tab.c del y_tab.c
3
if exist lex_yy.c del lex_yy.c
4
win_flex_bison\win_bison.exe parser.y -d -y
5
win_flex_bison\win_flex.exe --never-interactive lexer.l y.tab.c
6
rem IDE doesnt like multiple dots in filenames
7
ren y.tab.c y_tab.c
8
ren lex.yy.c lex_yy.c
9
cd wpj