Browse Source

Tiny fix for docs

tags/gm/2021-09-23T00Z/github.com--lark-parser-lark/0.6.5
Erez Shinan 6 years ago
parent
commit
9d360734f3
1 changed files with 9 additions and 4 deletions
  1. +9
    -4
      docs/index.md

+ 9
- 4
docs/index.md View File

@@ -1,15 +1,19 @@
# Lark - a modern parsing library for Python
# Lark

A modern parsing library for Python

## Overview


Lark can parse any context-free grammar. Lark can parse any context-free grammar.


Lark provides
Lark provides:


- Advanced grammar language, based on EBNF - Advanced grammar language, based on EBNF
- Three parsing algorithms to choose from: Earley, LALR(1) and CYK - Three parsing algorithms to choose from: Earley, LALR(1) and CYK
- Automatic tree construction, based on grammar
- Automatic tree construction, inferred from your grammar
- Fast unicode lexer with regexp support, and automatic line-counting - Fast unicode lexer with regexp support, and automatic line-counting


Code is hosted on Github: [https://github.com/lark-parser/lark](https://github.com/lark-parser/lark)
Lark's code is hosted on Github: [https://github.com/lark-parser/lark](https://github.com/lark-parser/lark)


### Install ### Install
```bash ```bash
@@ -21,6 +25,7 @@ $ pip install lark-parser
- [Sublime Text & TextMate](https://github.com/lark-parser/lark_syntax) - [Sublime Text & TextMate](https://github.com/lark-parser/lark_syntax)
- [Visual Studio Code](https://github.com/lark-parser/vscode-lark) (Or install through the vscode plugin system) - [Visual Studio Code](https://github.com/lark-parser/vscode-lark) (Or install through the vscode plugin system)


-----


## Documentation Index ## Documentation Index




Loading…
Cancel
Save