Selaa lähdekoodia

Release candidate

tags/gm/2021-09-23T00Z/github.com--lark-parser-lark/0.11.0
Erez Sh 3 vuotta sitten
vanhempi
commit
1a44f8ff91
2 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. +1
    -1
      docs/features.md
  2. +1
    -1
      lark/__init__.py

+ 1
- 1
docs/features.md Näytä tiedosto

@@ -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 Näytä tiedosto

@@ -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"

Ladataan…
Peruuta
Tallenna