+15
-2
lines changedFilter options
+15
-2
lines changed Original file line number Diff line number Diff line change
@@ -87,6 +87,19 @@ For example:
87
87
NonBooleanName : Name but not `true` or `false`
88
88
89
89
90
+
## Source Text
91
+
92
+
GraphQL documents are expressed as a sequence of
93
+
[Unicode](http://unicode.org/standard/standard.html) code points.
94
+
95
+
However, with few exceptions, most of GraphQL is expressed only in the original
96
+
ASCII range so as to be as widely compatible with as many existing tools,
97
+
languages, and serialization formats as possible. Other than the ignored Unicode
98
+
code points, Non-ASCII Unicode code points are only found within {StringValue}.
99
+
100
+
SourceCharacter : "Any Unicode code point"
101
+
102
+
90
103
## Ignored Source
91
104
92
105
Before and after every lexical token may be any amount of ignored source
@@ -128,7 +141,7 @@ LineTerminator :
128
141
Comment :
129
142
- `#` CommentChar*
130
143
131
-
CommentChar : "Any character" but not LineTerminator
144
+
CommentChar : SourceCharacter but not LineTerminator
132
145
133
146
134
147
## Tokens
@@ -188,7 +201,7 @@ StringValue :
188
201
- `"` StringCharacter+ `"`
189
202
190
203
StringCharacter :
191
-
- "Any character" but not `"` or \ or LineTerminator
204
+
- SourceCharacter but not `"` or \ or LineTerminator
192
205
- \ EscapedUnicode
193
206
- \ EscapedCharacter
194
207
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4