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
..
client.c
CMakeLists.txt [CMAKE] Generate Flex and Bison files at build time 2021-01-28 06:43:05 +03:00
expr.c
expr.h
hash.c
hash.h
header.c
header.h
parser.h
parser.l [WIDL] Port ALLOCATE attribute support to our WIDL 2020-12-26 14:00:26 +01:00
parser.y [WIDL] Fix a deprecation message and hints on how to build a new scanner and parser 2020-12-26 14:22:43 +01:00
proxy.c
readme.txt [WIDL] Fix a deprecation message and hints on how to build a new scanner and parser 2020-12-26 14:22:43 +01:00
register.c
server.c
typegen.c [WIDL] Port ALLOCATE attribute support to our WIDL 2020-12-26 14:00:26 +01:00
typegen.h
typelib.c
typelib.h
typelib_struct.h
typetree.c
typetree.h
utils.c
utils.h
widl.c [WIDL] Fix non-x86 builds 2019-03-04 21:58:42 +01:00
widl.h
widl_ros.diff
widltypes.h [WIDL] Port ALLOCATE attribute support to our WIDL 2020-12-26 14:00:26 +01:00
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