mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 06:15:26 +00:00
5375e33490
We have Flex and Bison distributed along with RosBE 2.2 so this should not be a problem |
||
---|---|---|
.. | ||
client.c | ||
CMakeLists.txt | ||
expr.c | ||
expr.h | ||
hash.c | ||
hash.h | ||
header.c | ||
header.h | ||
parser.h | ||
parser.l | ||
parser.y | ||
proxy.c | ||
readme.txt | ||
register.c | ||
server.c | ||
typegen.c | ||
typegen.h | ||
typelib.c | ||
typelib.h | ||
typelib_struct.h | ||
typetree.c | ||
typetree.h | ||
utils.c | ||
utils.h | ||
widl.c | ||
widl.h | ||
widl_ros.diff | ||
widltypes.h | ||
write_msft.c | ||
write_sltg.c |
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