Browse Source

Fix typo

tags/gm/2021-09-23T00Z/github.com--lark-parser-lark/0.66
Muhammed Alkan 6 years ago
committed by GitHub
parent
commit
ed95ce28bc
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+/` * `/regular expression+/`
* `"case-insensitive string"i` * `"case-insensitive string"i`
* `/re with flags/imulx` * `/re with flags/imulx`
* Literal range: `"a".."z"`, `"1..9"`, etc.
* Literal range: `"a".."z"`, `"1".."9"`, etc.


#### Notes for when using a lexer: #### 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


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

Loading…
Cancel
Save