Browse Source

Merge pull request #270 from midnio/patch-2

Fix typo in docs
tags/gm/2021-09-23T00Z/github.com--lark-parser-lark/0.66
Erez Shinan 5 years ago
committed by GitHub
parent
commit
3900081684
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      docs/grammar.md

+ 2
- 2
docs/grammar.md View File

@@ -43,7 +43,7 @@ Literals can be one of:
* `/regular expression+/`
* `"case-insensitive string"i`
* `/re with flags/imulx`
* Literal range: `"a".."z"`, `"1..9"`, etc.
* Literal range: `"a".."z"`, `"1".."9"`, etc.

#### Notes for when using a lexer:

@@ -145,4 +145,4 @@ If the module path is relative, such as `.path.to.file`, Lark will attempt to lo

### %declare

Declare a terminal without defining it. Useful for plugins.
Declare a terminal without defining it. Useful for plugins.

Loading…
Cancel
Save