[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH for Dlang support 1/2] d: add yyerrok()
From: |
Akim Demaille |
Subject: |
Re: [PATCH for Dlang support 1/2] d: add yyerrok() |
Date: |
Sat, 7 Nov 2020 07:35:28 +0100 |
> Le 6 nov. 2020 à 16:18, Adela Vais <adela.vais99@gmail.com> a écrit :
>
> In D's case, yyerrok() is a private method of the Parser class.
> However, it can be called directly as `yyerrok()` from the grammar rules
> section.
>
> The examples were modified to demonstrate this functionality.
>
> * data/skeletons/lalr1.d: Add yyerrok().
> * examples/d/calc/calc.y, examples/d/simple/calc.y: Demonstrate yyerrok().
> * tests/calc.at: Update D tests to use yyerrok().
Thanks Adela, I installed both these patches.