Scanner.st
changeset 148 ef0e604209ec
parent 141 d378d997aab0
child 241 418eb41350d3
equal deleted inserted replaced
147:9de6bea67dbf 148:ef0e604209ec
    47     xLetter, xDigit etc. For code using these (internals), the nextNumber,
    47     xLetter, xDigit etc. For code using these (internals), the nextNumber,
    48     nextIdentifier etc. methods should be renamed.
    48     nextIdentifier etc. methods should be renamed.
    49     (to me, these seem to be internal private methods; their public use
    49     (to me, these seem to be internal private methods; their public use
    50      is not a good idea ..)
    50      is not a good idea ..)
    51 "
    51 "
    52 !
       
    53 
       
    54 version
       
    55     ^ '$Header: /cvs/stx/stx/libcomp/Scanner.st,v 1.37 1995-11-23 02:22:51 cg Exp $'
       
    56 ! !
    52 ! !
    57 
    53 
    58 !Scanner class methodsFor:'initialization'!
    54 !Scanner class methodsFor:'initialization'!
    59 
    55 
    60 initialize
    56 initialize
  1118     saveComments ifTrue:[
  1114     saveComments ifTrue:[
  1119 	self endComment:commentStream contents.
  1115 	self endComment:commentStream contents.
  1120     ].
  1116     ].
  1121 ! !
  1117 ! !
  1122 
  1118 
       
  1119 !Scanner class methodsFor:'documentation'!
       
  1120 
       
  1121 version
       
  1122     ^ '$Header: /cvs/stx/stx/libcomp/Scanner.st,v 1.38 1995-12-03 12:13:24 cg Exp $'
       
  1123 ! !
  1123 Scanner initialize!
  1124 Scanner initialize!