[ANN] Ayacc 1.4 and Aflex 1.6
14 May 2023 at 22:10
Iβve made new versions for Ayacc and Aflex with several improvements. To summarize:
- support for reentrant scanner and parser,
- Bison like options to tune the generated parser,
- some code block injection (Γ la Bison) to customize the scanner and parserβ¦
You can use them with Alire as follows:
alr get aflex
cd aflex_1.6.0_b3c21d99
alr build
alr install
alr get ayacc
cd ayacc_1.4.0_c06f997f
alr build
alr install
For a more detailed explanation about the reentrant support, have a look at Reentrant scanner and parser with Aflex and Ayacc
9 posts - 3 participants