瀏覽代碼

Docs: Fixup

tags/gm/2021-09-23T00Z/github.com--lark-parser-lark/0.6.6
Erez Shinan 5 年之前
父節點
當前提交
817881bb07
共有 1 個文件被更改,包括 4 次插入2 次删除
  1. +4
    -2
      examples/README.md

+ 4
- 2
examples/README.md 查看文件

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


Loading…
取消
儲存