Updated Features (markdown)

Erez Shinan 2018-02-19 13:42:14 +02:00
parent 9da478f195
commit 39fe2c22e7
1 changed files with 1 additions and 1 deletions

@ -28,7 +28,7 @@ Lark also supports user-defined rule priority to steer the automatic ambiguity r
## LALR(1) Parser ## 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). It can parse most programming languages (For example: Python and Java).