mirror of https://github.com/lark-parser/lark.git
Updated Features (markdown)
parent
f87484f171
commit
347642f3ef
|
@ -29,7 +29,7 @@ Lark comes with an efficient implementation that easily competes with PLY.
|
|||
Lark also comes with an experimental contextual lexer, which enables the LALR(1) parser to handle some forms of non-deterministic grammars (a unique feature to Lark).
|
||||
|
||||
# Other features
|
||||
- EBNF grammar, with extra features such as %import and %ignore
|
||||
- EBNF grammar, with extra features such as %import and %ignore (See: [[Grammar Reference]])
|
||||
- Builds a parse-tree (AST) automagically based on the grammar (See: [[Tree Construction]])
|
||||
- Automatic line & column tracking in lexer
|
||||
- Automatic token collision resolution (for standard usage)
|
||||
|
|
Loading…
Reference in New Issue