diff --git a/docsite/site/content/reference/grammar.md b/docsite/site/content/reference/grammar.md index 16076c2..b4f7e82 100644 --- a/docsite/site/content/reference/grammar.md +++ b/docsite/site/content/reference/grammar.md @@ -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