Scanner.st
changeset 1418 4aae7d34124a
parent 1417 7e97dd2df5ca
child 1423 6460943f32b7
equal deleted inserted replaced
1417:7e97dd2df5ca 1418:4aae7d34124a
   889     ^ list
   889     ^ list
   890 
   890 
   891     "Modified: / 5.3.1998 / 02:55:40 / cg"
   891     "Modified: / 5.3.1998 / 02:55:40 / cg"
   892 ! !
   892 ! !
   893 
   893 
   894 !Scanner methodsFor:'dummy - syntax highlighting'!
   894 !Scanner methodsFor:'dummy-syntax highlighting'!
   895 
   895 
   896 markCommentFrom:pos1 to:pos2
   896 markCommentFrom:pos1 to:pos2
   897 
   897 
   898     "Created: / 31.3.1998 / 13:34:45 / cg"
   898     "Created: / 31.3.1998 / 13:34:45 / cg"
   899 !
   899 !
  2610 ! !
  2610 ! !
  2611 
  2611 
  2612 !Scanner class methodsFor:'documentation'!
  2612 !Scanner class methodsFor:'documentation'!
  2613 
  2613 
  2614 version
  2614 version
  2615     ^ '$Header: /cvs/stx/stx/libcomp/Scanner.st,v 1.167 2003-05-07 14:30:08 cg Exp $'
  2615     ^ '$Header: /cvs/stx/stx/libcomp/Scanner.st,v 1.168 2003-05-07 15:15:13 cg Exp $'
  2616 ! !
  2616 ! !
  2617 
  2617 
  2618 Scanner initialize!
  2618 Scanner initialize!