This commit is contained in:
Muhammed Alkan 2018-10-29 12:18:47 +03:00 committed by GitHub
parent c436940d81
commit ed95ce28bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

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.