mirror of
https://github.com/reactos/reactos.git
synced 2025-04-21 12:40:33 +00:00
6 lines
166 B
Text
6 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
|