Like this parser = Lark(ocaml_grammar, start='start', parser='lr') but i check that only support LR and LALR?
Like this parser = Lark(ocaml_grammar, start='start', parser='lr')
but i check that only support LR and LALR?