Scanner.st
changeset 1644 1991a9e37aef
parent 1636 98afdcdacde8
child 1648 0c1261bae0e6
equal deleted inserted replaced
1643:b52ed0b4a317 1644:1991a9e37aef
   397         Compiler allowUnderscoreInIdentifiers:false"
   397         Compiler allowUnderscoreInIdentifiers:false"
   398 
   398 
   399     ParserFlags allowUnderscoreInIdentifier:aBoolean.
   399     ParserFlags allowUnderscoreInIdentifier:aBoolean.
   400 
   400 
   401     "Modified: 7.9.1997 / 01:35:19 / cg"
   401     "Modified: 7.9.1997 / 01:35:19 / cg"
       
   402 !
       
   403 
       
   404 maxBinarySelectorSize
       
   405     ^ 3
       
   406 
       
   407     "
       
   408      in ST/X, binops are allowed with up-to 3 characters;
       
   409      for example:
       
   410         <->
       
   411         <=>
       
   412         +++
       
   413         :=:
       
   414      etc. are valid binOps here
       
   415     "
   402 !
   416 !
   403 
   417 
   404 warnCommonMistakes
   418 warnCommonMistakes
   405     "return true, if common beginners mistakes are to be warned about"
   419     "return true, if common beginners mistakes are to be warned about"
   406 
   420 
  2976 ! !
  2990 ! !
  2977 
  2991 
  2978 !Scanner class methodsFor:'documentation'!
  2992 !Scanner class methodsFor:'documentation'!
  2979 
  2993 
  2980 version
  2994 version
  2981     ^ '$Header: /cvs/stx/stx/libcomp/Scanner.st,v 1.203 2005-10-18 14:26:34 cg Exp $'
  2995     ^ '$Header: /cvs/stx/stx/libcomp/Scanner.st,v 1.204 2005-12-21 17:01:06 cg Exp $'
  2982 ! !
  2996 ! !
  2983 
  2997 
  2984 Scanner initialize!
  2998 Scanner initialize!