mirror of https://github.com/lark-parser/lark.git
Updated Features (markdown)
parent
18abe42feb
commit
f87484f171
|
@ -30,7 +30,7 @@ Lark also comes with an experimental contextual lexer, which enables the LALR(1)
|
|||
|
||||
# Other features
|
||||
- EBNF grammar, with extra features such as %import and %ignore
|
||||
- Builds a parse-tree (AST) automagically based on the grammar
|
||||
- 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)
|
||||
- Standard library of terminals (strings, numbers, names, etc.)
|
||||
|
|
Loading…
Reference in New Issue