- 18 Sep, 2015 1 commit
-
-
Yann Régis-Gianas authored
(Now uses the Str module.) - Lexer.check_producers_indices: New. Are $i keywords correctly used? - yacc-parser/fancy-parser: Turn the type of actions' semantic values into arrows to delay the checking of $i keywords from lexing to parsing.
-
- 06 Jul, 2015 2 commits
-
-
Yann Régis-Gianas authored
-
Yann Régis-Gianas authored
If the programmer did not provide a name [_i] is used (where [i] is the producer's position in the right hand side). This syntax modification actually simplifies the code: - There is no more on-the-fly naming of unnamed arguments. - Inlining is no more restricted to semantic actions that do not use $i. The patch is large because: - This change has an impact on many modules. - The expected results of the bench had to be updated.
-
- 11 Feb, 2015 1 commit
-
-
POTTIER Francois authored
There remains to document this feature and to produce better names.
-
- 01 Mar, 2013 1 commit
-
-
fpottier authored
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/menhir@320 0f8b5475-4b4e-0410-85a8-ee3154a6bfe7
-