- 29 Aug, 2015 3 commits
-
-
POTTIER Francois authored
-
POTTIER Francois authored
-
POTTIER Francois authored
-
- 27 Aug, 2015 5 commits
-
-
POTTIER Francois authored
-
POTTIER Francois authored
-
POTTIER Francois authored
-
POTTIER Francois authored
-
POTTIER Francois authored
-
- 20 Jul, 2015 4 commits
-
-
POTTIER Francois authored
Every semantic action stretch was already parenthesized by the lexer, so this led only to redundant parentheses.
-
POTTIER Francois authored
which was always [false]. The field [stretch_raw_content] is still required (for ocamltypes) because there is one place where we use it (a call to [stretch true] in printer.ml) and it is NOT identical to [stretch_content] (there is padding and parentheses). Perhaps one could find a way of removing it. For now I'll just be dumb and leave it alone.
-
POTTIER Francois authored
-
POTTIER Francois authored
-
- 06 Jul, 2015 11 commits
-
-
POTTIER Francois authored
-
POTTIER Francois authored
-
POTTIER Francois authored
-
POTTIER Francois authored
-
POTTIER Francois authored
-
Yann Régis-Gianas authored
This reverts commit fc203a594b2d68f40b18966550e9c23460fc20e9.
-
Yann Régis-Gianas authored
-
Yann Régis-Gianas authored
-
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.
-
Yann Régis-Gianas authored
Action: Use [Set.of_list].
-
- 02 Jul, 2015 14 commits
-
-
POTTIER Francois authored
for every nonterminal symbol.
-
POTTIER Francois authored
-
POTTIER Francois authored
This information is displayed at log level -lg 2. Changed the display to not include the artificial start symbols.
-
POTTIER Francois authored
of flat lists.
-
POTTIER Francois authored
-
POTTIER Francois authored
produce the same result as the old one.
-
POTTIER Francois authored
-
POTTIER Francois authored
no longer used.
-
POTTIER Francois authored
-
POTTIER Francois authored
are checked to produce the same results.
-
POTTIER Francois authored
users.
-
POTTIER Francois authored
place of the old ones (removed).
-
POTTIER Francois authored
-
POTTIER Francois authored
-
- 01 Jul, 2015 2 commits
-
-
POTTIER Francois authored
[Fix], instead of the old ad hoc mechanism. Unfinished.
-
POTTIER Francois authored
-
- 20 Feb, 2015 1 commit
-
-
POTTIER Francois authored
-