Skeleton grammar supporting blocks, comments, strings, numbers, and identifiers. Full DQL keyword support planned for Phase 2.
9 lines
76 B
Plaintext
9 lines
76 B
Plaintext
# A simple block structure
|
|
myquery {
|
|
name
|
|
age
|
|
friend {
|
|
name
|
|
}
|
|
}
|