Browse Source

Release candidate

tags/gm/2021-09-23T00Z/github.com--lark-parser-lark/0.11.0
Erez Sh 3 years ago
parent
commit
1a44f8ff91
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      docs/features.md
  2. +1
    -1
      lark/__init__.py

+ 1
- 1
docs/features.md View File

@@ -23,7 +23,7 @@
## Extra features

- 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))
- CYK parser
- Visualize your parse trees as dot or png files ([see_example](https://github.com/lark-parser/lark/blob/master/examples/fruitflies.py))


+ 1
- 1
lark/__init__.py View File

@@ -7,4 +7,4 @@ from .exceptions import (ParseError, LexError, GrammarError, UnexpectedToken,
from .lexer import Token
from .lark import Lark

__version__ = "0.10.1"
__version__ = "0.11.0rc1"

Loading…
Cancel
Save