minor
This commit is contained in:
parent
abd78108c8
commit
e38e8d4f1e
|
|
@ -321,7 +321,7 @@ export class Parser {
|
||||||
}
|
}
|
||||||
|
|
||||||
// atoms are the basic building blocks: literals, identifiers, words
|
// atoms are the basic building blocks: literals, identifiers, words
|
||||||
atom() {
|
atom(): SyntaxNode {
|
||||||
if (this.is($T.String))
|
if (this.is($T.String))
|
||||||
return this.string()
|
return this.string()
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user