浏览代码

Small fix to setup.py

gm/2021-09-23T00Z/github.com--lark-parser-lark/1.0b
Erez Sh 3 年前
父节点
当前提交
a5f3ec4d0c
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. +2
    -1
      setup.py

+ 2
- 1
setup.py 查看文件

@@ -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=[


正在加载...
取消
保存