|
|
@@ -23,7 +23,7 @@ |
|
|
## Extra features |
|
|
## Extra features |
|
|
|
|
|
|
|
|
- Import rules and tokens from other Lark grammars, for code reuse and modularity. |
|
|
- Import rules and tokens from other Lark grammars, for code reuse and modularity. |
|
|
- Support for external regex module ([see here](classes.md#using-unicode-character-classes-with-regex)) |
|
|
|
|
|
|
|
|
- Support for external regex module ([see here](classes.html#using-unicode-character-classes-with-regex)) |
|
|
- Import grammars from Nearley.js ([read more](nearley.md)) |
|
|
- Import grammars from Nearley.js ([read more](nearley.md)) |
|
|
- CYK parser |
|
|
- CYK parser |
|
|
- Visualize your parse trees as dot or png files ([see_example](https://github.com/lark-parser/lark/blob/master/examples/fruitflies.py)) |
|
|
- Visualize your parse trees as dot or png files ([see_example](https://github.com/lark-parser/lark/blob/master/examples/fruitflies.py)) |
|
|
|