Ver código fonte

Adjusted features.md and README.md

tags/gm/2021-09-23T00Z/github.com--lark-parser-lark/0.10.0
Erez Sh 4 anos atrás
pai
commit
078fa150be
2 arquivos alterados com 2 adições e 2 exclusões
  1. +1
    -1
      README.md
  2. +1
    -1
      docs/features.md

+ 1
- 1
README.md Ver arquivo

@@ -81,7 +81,7 @@ Lark is great at handling ambiguity. Here is the result of parsing the phrase "f

![fruitflies.png](examples/fruitflies.png)

See the code to make [this image](https://github.com/lark-parser/lark/tree/master/examples/fruitflies.py) and more [examples here](https://github.com/lark-parser/lark/tree/master/examples)
[Read the code here](https://github.com/lark-parser/lark/tree/master/examples/fruitflies.py), and [more examples here](https://github.com/lark-parser/lark/tree/master/examples)


## List of main features


+ 1
- 1
docs/features.md Ver arquivo

@@ -26,7 +26,7 @@
- Support for external regex module ([see here](classes.md#using-unicode-character-classes-with-regex))
- Import grammars from Nearley.js ([read more](nearley.md))
- CYK parser
- Transform your parse tree to dot or png files for better visualization ([see_example](https://github.com/lark-parser/lark/blob/master/examples/fruitflies.py))
- Visualize your parse trees as dot or png files ([see_example](https://github.com/lark-parser/lark/blob/master/examples/fruitflies.py))


### Experimental features


Carregando…
Cancelar
Salvar