Browse Source

[docs] Fixed links

tags/gm/2021-09-23T00Z/github.com--lark-parser-lark/0.10.0
Erez Sh 4 years ago
parent
commit
8dc8865072
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      docs/features.md

+ 2
- 2
docs/features.md View File

@@ -20,8 +20,8 @@

# Extra features
- Import rules and tokens from other Lark grammars, for code reuse and modularity.
- Support for external regex module ([see here](/docs/classes.md#using-unicode-character-classes-with-regex))
- Import grammars from Nearley.js ([read more](/docs/nearley.md))
- Support for external regex module ([see here](classes.md#using-unicode-character-classes-with-regex))
- Import grammars from Nearley.js ([read more](nearley.md))
- CYK parser

### Experimental features


Loading…
Cancel
Save