- 16 Dec, 2014 3 commits
-
-
POTTIER Francois authored
-
POTTIER Francois authored
-
POTTIER Francois authored
-
- 15 Dec, 2014 23 commits
-
-
POTTIER Francois authored
-
POTTIER Francois authored
-
POTTIER Francois authored
-
POTTIER Francois authored
-
POTTIER Francois authored
So we will find out if anything changes in the warnings and errors that menhir produces.
-
POTTIER Francois authored
bench/good: added the known bug cutdown.mly.
-
POTTIER Francois authored
-
POTTIER Francois authored
or the singleton set {epsilon}.
-
POTTIER Francois authored
This grammar used to contain a start symbol that accepts the empty word!
-
POTTIER Francois authored
-
POTTIER Francois authored
-
POTTIER Francois authored
-
POTTIER Francois authored
files -- it was apparently dead, since all .expected files are here.
-
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
-
- 13 Dec, 2014 4 commits
-
-
POTTIER Francois authored
-
POTTIER Francois authored
-
POTTIER Francois authored
-
POTTIER Francois authored
Currently equal to the performance of the table back-end.
-
- 12 Dec, 2014 5 commits
-
-
POTTIER Francois authored
-
POTTIER Francois authored
by reading the positions from the lexbuf just in time. No speed difference, but this should imply less frequent minor collections.
-
POTTIER Francois authored
the environment record instead of updating it. This makes the code back-end TWICE FASTER.
-
POTTIER Francois authored
-
POTTIER Francois authored
function is no longer required. This does not change the generated code, but simplifies things slightly and reduces the generation time (less work for the inliner).
-
- 11 Dec, 2014 5 commits
-
-
POTTIER Francois authored
-
POTTIER Francois authored
-
POTTIER Francois authored
to a Boolean field [env.error]. This yields slightly simpler code and a small speed increase (maybe 5%).
-
POTTIER Francois authored
in the special case where the language is empty or {epsilon} is now fixed.
-
POTTIER Francois authored
or the singleton language {epsilon}.
-