- 26 Jun, 2018 2 commits
-
-
Nicolás Ojeda Bär authored
-
POTTIER Francois authored
-
- 03 Apr, 2017 2 commits
-
-
POTTIER Francois authored
[InputFile.get_file_contents] is no longer published.
-
POTTIER Francois authored
-
- 24 Mar, 2017 1 commit
-
-
POTTIER Francois authored
MenhirLib remains under LGPL with a linking exception. MenhirSdk is considered part of the Generator. Updated the header of every source file under version control.
-
- 21 Mar, 2017 7 commits
-
-
POTTIER Francois authored
-
POTTIER Francois authored
-
POTTIER Francois authored
-
POTTIER Francois authored
-
POTTIER Francois authored
-
POTTIER Francois authored
-
POTTIER Francois authored
-
- 25 Aug, 2016 3 commits
-
-
POTTIER Francois authored
-
POTTIER Francois authored
Use a new type [input_file] instead, which records the file's name and index on the command line. This allows fixing a bug in [UnparameterizedPrinter] where [List.sort] was used with a non-transitive "ordering".
-
POTTIER Francois authored
-
- 28 Apr, 2016 2 commits
-
-
POTTIER Francois authored
-
POTTIER Francois authored
-
- 03 Mar, 2016 1 commit
-
-
POTTIER Francois authored
-
- 06 Nov, 2015 8 commits
-
-
POTTIER Francois authored
-
POTTIER Francois authored
-
POTTIER Francois authored
-
POTTIER Francois authored
-
POTTIER Francois authored
They need not be exposed outside.
-
POTTIER Francois authored
-
POTTIER Francois authored
-
POTTIER Francois authored
-
- 05 Nov, 2015 1 commit
-
-
POTTIER Francois authored
Also, fix the test that $i is within range -- it was incomplete.
-
- 26 Oct, 2015 2 commits
-
-
POTTIER Francois authored
-
POTTIER Francois authored
-
- 23 Oct, 2015 1 commit
-
-
POTTIER Francois authored
-
- 24 Sep, 2015 1 commit
-
-
POTTIER Francois authored
-
- 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 3 commits
-
-
Yann Régis-Gianas authored
This reverts commit fc203a594b2d68f40b18966550e9c23460fc20e9.
-
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.
-
- 26 Dec, 2014 5 commits
-
-
POTTIER Francois authored
Updated the lexer accordingly. This has the benefit that a type error in a trailer will be correctly located in the .mly file. Until now, it wasn't.
-
POTTIER Francois authored
-
POTTIER Francois authored
-
POTTIER Francois authored
is used in an OCaml header.
-
POTTIER Francois authored
-