mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-27 11:53:32 +00:00
We have Flex and Bison distributed along with RosBE 2.2 so this should not be a problem
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