Parcourir la source

Docs: Fixup

tags/gm/2021-09-23T00Z/github.com--lark-parser-lark/0.6.6
Erez Shinan il y a 5 ans
Parent
révision
817881bb07
1 fichiers modifiés avec 4 ajouts et 2 suppressions
  1. +4
    -2
      examples/README.md

+ 4
- 2
examples/README.md Voir le fichier

@@ -5,11 +5,13 @@
After cloning the repo, open the terminal into the root directory of the project, and run the following:

```bash
[lark]$ python -m examples.<name_of_example}
[lark]$ python -m examples.<name_of_example>
```

For example, the following will parse all the Python files in the standard library of your local installation:

$ python -m examples.python_parser
```bash
[lark]$ python -m examples.python_parser
```

### Beginners


Chargement…
Annuler
Enregistrer