[squeak-dev] The Trunk: Compiler-nice.255.mcz

commits at source.squeak.org commits at source.squeak.org
Sun Feb 24 22:56:43 UTC 2013


Nicolas Cellier uploaded a new version of Compiler to project The Trunk:
http://source.squeak.org/trunk/Compiler-nice.255.mcz

==================== Summary ====================

Name: Compiler-nice.255
Author: nice
Time: 24 February 2013, 11:55:43.511 pm
UUID: f1c697bd-c388-4d60-94bc-56a1dc731591
Ancestors: Compiler-nice.254

Remove Parser ivars 'requestor' and 'category' again now that MC is patched.

=============== Diff against Compiler-nice.254 ===============

Item was changed:
  Scanner subclass: #Parser
+ 	instanceVariableNames: 'here hereType hereMark hereEnd prevMark prevEnd encoder parseNode failBlock requestorOffset tempsMark doitFlag properties queriedUnusedTemporaries cue'
- 	instanceVariableNames: 'here hereType hereMark hereEnd prevMark prevEnd encoder requestor parseNode failBlock requestorOffset tempsMark doitFlag properties category queriedUnusedTemporaries cue'
  	classVariableNames: ''
  	poolDictionaries: ''
  	category: 'Compiler-Kernel'!
  
  !Parser commentStamp: 'cwp 12/26/2012 23:34' prior: 0!
  I parse Smalltalk syntax and create a MethodNode that is the root of the parse tree. I look one token ahead.!



More information about the Squeak-dev mailing list