Browse Source

Docs: Added mention for type stubs

tags/gm/2021-09-23T00Z/github.com--lark-parser-lark/0.8.3
Erez Sh 5 years ago
parent
commit
ceee0642e1
2 changed files with 3 additions and 1 deletions
  1. +1
    -0
      README.md
  2. +2
    -1
      docs/features.md

+ 1
- 0
README.md View File

@@ -96,6 +96,7 @@ See more [examples here](https://github.com/lark-parser/lark/tree/master/example
- Standard library of terminals (strings, numbers, names, etc.)
- Import grammars from Nearley.js
- Extensive test suite [![codecov](https://codecov.io/gh/erezsh/lark/branch/master/graph/badge.svg)](https://codecov.io/gh/erezsh/lark)
- MyPy support using type stubs
- And much more!

See the full list of [features here](https://lark-parser.readthedocs.io/en/latest/features/)


+ 2
- 1
docs/features.md View File

@@ -6,11 +6,12 @@
- EBNF-inspired grammar, with extra features (See: [Grammar Reference](grammar.md))
- Builds a parse-tree (AST) automagically based on the grammar
- Stand-alone parser generator - create a small independent parser to embed in your project.
- Automatic line & column tracking
- Automatic line & column tracking (for both tokens and matched rules)
- Automatic terminal collision resolution
- Standard library of terminals (strings, numbers, names, etc.)
- Unicode fully supported
- Extensive test suite
- MyPy support using type stubs
- Python 2 & Python 3 compatible
- Pure-Python implementation



Loading…
Cancel
Save