mirror of
https://github.com/zaphar/ucg.git
synced 2025-07-22 18:19:54 -04:00
DOCS: keep all tokens together.
This commit is contained in:
parent
f219b320f2
commit
1b744ab883
@ -57,18 +57,12 @@ null_keyword: "NULL" ;
|
||||
in_keyword: "in" ;
|
||||
escaped: "\", VISIBLE_CHAR ;
|
||||
str: quot, { escaped | UTF8_CHAR }, quot ;
|
||||
```
|
||||
|
||||
Whitespace is discarded before parsing the rest of the AST.
|
||||
|
||||
## Simple Scalar Values
|
||||
|
||||
```
|
||||
str:
|
||||
float: (DIGIT+, dot, { DIGIT }) | (dot, DIGIT+) ;
|
||||
number: ["-" | "+"](float | integer) ;
|
||||
```
|
||||
|
||||
Whitespace is discarded before parsing the rest of the AST.
|
||||
|
||||
## Complex Values
|
||||
|
||||
### Lists
|
||||
|
Loading…
x
Reference in New Issue
Block a user