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 [WIDL] Sync with Wine Staging 4.0. CORE-15682 2019-01-29 13:18:09 +01:00
CMakeLists.txt [CMAKE] Generate Flex and Bison files at build time 2021-01-28 06:43:05 +03:00
expr.c [WIDL] Sync with Wine Staging 4.0. CORE-15682 2019-01-29 13:18:09 +01:00
expr.h
hash.c
hash.h
header.c [WIDL] Sync with Wine Staging 4.0. CORE-15682 2019-01-29 13:18:09 +01:00
header.h [WIDL] Sync with Wine Staging 4.0. CORE-15682 2019-01-29 13:18:09 +01:00
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 [WIDL] Sync with Wine Staging 4.0. CORE-15682 2019-01-29 13:18:09 +01:00
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 [WIDL] Sync with Wine Staging 4.0. CORE-15682 2019-01-29 13:18:09 +01:00
server.c [WIDL] Sync with Wine Staging 4.0. CORE-15682 2019-01-29 13:18:09 +01:00
typegen.c [WIDL] Port ALLOCATE attribute support to our WIDL 2020-12-26 14:00:26 +01:00
typegen.h [WIDL] Sync with Wine Staging 4.0. CORE-15682 2019-01-29 13:18:09 +01:00
typelib.c [WIDL] Sync with Wine Staging 4.0. CORE-15682 2019-01-29 13:18:09 +01:00
typelib.h [WIDL] Sync with Wine Staging 4.0. CORE-15682 2019-01-29 13:18:09 +01:00
typelib_struct.h
typetree.c [WIDL] Sync with Wine Staging 4.0. CORE-15682 2019-01-29 13:18:09 +01:00
typetree.h [WIDL] Sync with Wine Staging 4.0. CORE-15682 2019-01-29 13:18:09 +01:00
utils.c
utils.h
widl.c [WIDL] Fix non-x86 builds 2019-03-04 21:58:42 +01:00
widl.h [WIDL] Sync with Wine Staging 4.0. CORE-15682 2019-01-29 13:18:09 +01:00
widl_ros.diff
widltypes.h [WIDL] Port ALLOCATE attribute support to our WIDL 2020-12-26 14:00:26 +01:00
write_msft.c [WIDL] Sync with Wine Staging 4.0. CORE-15682 2019-01-29 13:18:09 +01:00
write_sltg.c [WIDL] Sync with Wine Staging 4.0. CORE-15682 2019-01-29 13:18:09 +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