- 04 Nov, 2015 31 commits
-
-
POTTIER Francois authored
-
POTTIER Francois authored
-
POTTIER Francois authored
-
POTTIER Francois authored
It passes. This will allow some serious simplification.
-
POTTIER Francois authored
This has to do with 1- updated locations produced by Menhir's bootstrapped parser; and 2- the cleanup in [Action] re-orders some bindings for the position keywords.
-
POTTIER Francois authored
-
POTTIER Francois authored
-
POTTIER Francois authored
-
POTTIER Francois authored
-
POTTIER Francois authored
-
POTTIER Francois authored
-
POTTIER Francois authored
-
POTTIER Francois authored
-
POTTIER Francois authored
-
POTTIER Francois authored
-
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 9 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
-