Browse Source

Merge branch 'Zac-HD-patch-1'

tags/gm/2021-09-23T00Z/github.com--lark-parser-lark/0.66
Erez Shinan 6 years ago
parent
commit
8cc53379ec
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      docs/json_tutorial.md

+ 2
- 1
docs/json_tutorial.md View File

@@ -79,7 +79,8 @@ By the way, if you're curious what these terminals signify, they are roughly equ

Lark will accept this, if you really want to complicate your life :)

(You can find the original definitions in [common.lark](/lark/grammars/common.lark).)
You can find the original definitions in [common.lark](/lark/grammars/common.lark).
They're don't strictly adhere to [json.org](https://json.org/) - but our purpose here is to accept json, not validate it.

Notice that terminals are written in UPPER-CASE, while rules are written in lower-case.
I'll touch more on the differences between rules and terminals later.


Loading…
Cancel
Save