Squeak
  links to this page:    
View this PageEdit this PageUploads to this PageHistory of this PageTop of the SwikiRecent ChangesSearch the SwikiHelp Guide
Parser
Last updated at 10:25 pm UTC on 14 August 2017
Subclass of Scanner

Class comment

I parse Smalltalk syntax and create a MethodNode that is the root of the parse tree. I look one token ahead.

This is done by the method call
 parse: sourceStreamOrString class: behavior