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