The APLR(1) Algorithm for Generating Compact LR(1) Parsers is Simpler and More Capable than IELR(1)

20 points by je


edwintorok

the Basis library ubiquitously uses OCaml’s boxed 64-bit integers, which puts an epic load on OCaml’s automatic memory management subsystem

Would be interesting to see how the performance would look like without using the boxed 64 bit integers.

A comparison with Menhir would also be interesting https://cambium.inria.fr/~fpottier/menhir/