Class Parser


back
arrayLiteral	| node |
tokenType isAlphabetic
ifTrue: [ node <- token. self nextLex. ^ node ].
^ self readLiteral