Files
reactos/sdk/tools/widl
Victor Perevertkin 5375e33490 [CMAKE] Generate Flex and Bison files at build time
We have Flex and Bison distributed along with RosBE 2.2 so this should
not be a problem
2021-01-28 06:43:05 +03:00
..
2019-03-04 21:58:42 +01:00

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