소스 검색

Fixed broken link to common.lark

tags/gm/2021-09-23T00Z/github.com--lark-parser-lark/0.11.0
ThatXliner 3 년 전
committed by GitHub
부모
커밋
843fb1ee4d
No known key found for this signature in database GPG 키 ID: 4AEE18F83AFDEB23
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      docs/json_tutorial.md

+ 1
- 1
docs/json_tutorial.md 파일 보기

@@ -78,7 +78,7 @@ 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](https://github.com/lark-parser/lark/blob/master/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.


불러오는 중...
취소
저장