Class Parser


back
readStatement
tokenType = $^
ifTrue: [ self nextLex.
^ ReturnNode new expression: self readExpression ].
^ self readExpression