mirror of https://github.com/lark-parser/lark.git
Updated Features (markdown)
parent
9da478f195
commit
39fe2c22e7
|
@ -28,7 +28,7 @@ Lark also supports user-defined rule priority to steer the automatic ambiguity r
|
|||
|
||||
## LALR(1) Parser
|
||||
|
||||
[LALR(1)](https://www.wikiwand.com/en/LALR_parser) is a very efficient, true-and-tested parsing algorithm. It's incredible fast and requires very little memory.
|
||||
[LALR(1)](https://www.wikiwand.com/en/LALR_parser) is a very efficient, true-and-tested parsing algorithm. It's incredibly fast and requires very little memory.
|
||||
|
||||
It can parse most programming languages (For example: Python and Java).
|
||||
|
||||
|
|
Loading…
Reference in New Issue