Browse Source

Small fix to setup.py

gm/2021-09-23T00Z/github.com--lark-parser-lark/1.0b
Erez Sh 3 years ago
parent
commit
a5f3ec4d0c
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      setup.py

+ 2
- 1
setup.py View File

@@ -48,12 +48,13 @@ Main Features:
- CYK parser, for highly ambiguous grammars
- EBNF grammar
- Unicode fully supported
- Python 3 compatible
- Automatic line & column tracking
- Standard library of terminals (strings, numbers, names, etc.)
- Import grammars from Nearley.js
- Extensive test suite
- And much more!

Since version 1.0, only Python versions 3.6 and up are supported.
''',

classifiers=[


Loading…
Cancel
Save