mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 06:15:26 +00:00
5 lines
166 B
Text
5 lines
166 B
Text
To generate a new scanner and parser run:
|
|
|
|
flex --header-file=parser.yy.h --outfile=parser.yy.c parser.l
|
|
|
|
bison --defines=parser.tab.h --name-prefix=parser_ parser.y
|