Open benjamin12342 opened 1 month ago
Hi,
At this point, we don't have Earley parser support.
Since the Lark parser code we forked has Earley parser support, it should be possible to add this without too much work. If anyone is interested in working on it, feel free to create a PR.
Like this parser = Lark(ocaml_grammar, start='start', parser='lr') but i check that only support LR and LALR?