ael: Regenerate lexers and parsers.
Various changes to ensure that the lexers and parsers can be correctly generated when REBUILD_PARSERS is enabled. Some notes: * Because of the version of flex we are using to generate the lexers (2.5.35) some post-processing in the Makefile is still required. * The generated lexers do not contain the problematic C99 check that was being replaced by the call to sed in the respective Makefiles so it was removed. * Since these files are generated, they will include trailing whitespace in some places. This does not need to be corrected. Change-Id: Ibbd343606fcf5c0d285b1599e6e8e59f514f2e4e (cherry picked from commit 34ff836db5679cb1dc6f9d5ba8809d1a437ec0e3)
parent
2ac8388c
No related branches found
No related tags found
Showing
- main/Makefile 1 addition, 4 deletionsmain/Makefile
- main/ast_expr2.c 91 additions, 90 deletionsmain/ast_expr2.c
- main/ast_expr2.h 9 additions, 6 deletionsmain/ast_expr2.h
- main/ast_expr2f.c 88 additions, 101 deletionsmain/ast_expr2f.c
- res/Makefile 1 addition, 4 deletionsres/Makefile
- res/ael/ael.flex 0 additions, 3 deletionsres/ael/ael.flex
- res/ael/ael.tab.c 258 additions, 257 deletionsres/ael/ael.tab.c
- res/ael/ael.tab.h 9 additions, 6 deletionsres/ael/ael.tab.h
- res/ael/ael_lex.c 122 additions, 137 deletionsres/ael/ael_lex.c
Loading
Please register or sign in to comment