- 04 Nov, 2015 16 commits
-
-
POTTIER Francois authored
-
POTTIER Francois authored
Updated the code back-end to produce the same positions as ocamlyacc and the table back-end, in principle. This involves: 1- moving the [endp] field (when it exists) to offset 1 in every stack cell, so it can be found when reducing an epsilon production; 2- creating a sentinel cell with an [endp] field at offset 1; 3- changing the code for epsilon productions to read the [endp] field in the top stack cell.
-
POTTIER Francois authored
-
POTTIER Francois authored
-
POTTIER Francois authored
-
POTTIER Francois authored
Updated [Invariant] with the constraint that an end position must exist on top of the stack whenever an epsilon production is about to be reduced.
-
POTTIER Francois authored
-
POTTIER Francois authored
-
POTTIER Francois authored
Updated the table back-end to properly initialize the position in the sentinel cell at the bottom of the stack. This requires changing the function [start] in the incremental API to take a position. Updated the doc and demos.
-
POTTIER Francois authored
computation in symbol_start_pos and get positions that match Menhir's.
-
POTTIER Francois authored
-
POTTIER Francois authored
takes its start and end positions to be the end position stored in the top stack cell.
-
POTTIER Francois authored
-
POTTIER Francois authored
-
POTTIER Francois authored
-
POTTIER Francois authored
-
- 03 Nov, 2015 15 commits
-
-
POTTIER Francois authored
-
POTTIER Francois authored
-
POTTIER Francois authored
-
POTTIER Francois authored
-
POTTIER Francois authored
-
POTTIER Francois authored
built yet.
-
POTTIER Francois authored
-
-
POTTIER Francois authored
-
POTTIER Francois authored
-
POTTIER Francois authored
Should fix the previous code, which was perhaps broken.
-
POTTIER Francois authored
-
POTTIER Francois authored
-
POTTIER Francois authored
-
POTTIER Francois authored
-
- 02 Nov, 2015 4 commits
-
-
POTTIER Francois authored
-
POTTIER Francois authored
In the previous version, the redefinition of $(libdir) was ineffective when we were called from opam, which overrides $(libdir) from outside.
-
POTTIER Francois authored
-
POTTIER Francois authored
-
- 31 Oct, 2015 2 commits
-
-
POTTIER Francois authored
-
POTTIER Francois authored
-
- 30 Oct, 2015 3 commits
-
-
POTTIER Francois authored
-
POTTIER Francois authored
-
POTTIER Francois authored
-