- 06 Jul, 2015 2 commits
-
-
POTTIER Francois authored
-
POTTIER Francois authored
-
- 10 Jan, 2015 1 commit
-
-
POTTIER Francois authored
This removes the need for the exception [Accept]. Modified the table back-end to include the number of start productions as part of the generated tables.
-
- 06 Dec, 2014 1 commit
-
-
POTTIER Francois authored
I see a 5% performance gain, from 2.0 to 1.9. If we could remove the tests altogether, we would go down to 1.8.
-
- 05 Dec, 2014 2 commits
-
-
POTTIER Francois authored
as [MenhirLib.Convert] has already committed to this type.
-
POTTIER Francois authored
This requires storing a triple in [env.token], which becomes [env.triple]. The ratio table/code seems to go from 2.0 up to 2.1.
-
- 03 Dec, 2014 2 commits
-
-
POTTIER Francois authored
that it does not write [env.current]. This was easy, as the write to [env.current] was in fact unobservable and could be replaced with a write to a local reference [current]. At the same time, changed the local recursive function [pop] to a loop, for greater readability.
-
POTTIER Francois authored
for updating [env.stack]. Instead, it returns the new stack. This corresponds to Frédéric's "Isolate side-effects from table-backend generated code".
-
- 02 Dec, 2014 1 commit
-
-
POTTIER Francois authored
-
- 01 Mar, 2013 1 commit
-
-
fpottier authored
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/menhir@320 0f8b5475-4b4e-0410-85a8-ee3154a6bfe7
-