This website works better with JavaScript.
Home
Explore
Help
Sign In
jmg
/
gitmirror
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
39
Wiki
Activity
Browse Source
Release candidate
tags/gm/2021-09-23T00Z/github.com--lark-parser-lark/0.11.0
Erez Sh
4 years ago
parent
19fc3c7520
commit
1a44f8ff91
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
docs/features.md
+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.1
0.
1"
__version__ = "0.1
1.0rc
1"
Write
Preview
Loading…
Cancel
Save