ParserFlags.st
changeset 3506 e8b4502d405f
parent 3500 60e5d213dd64
child 3519 03679c227ade
equal deleted inserted replaced
3505:2fa85bba7716 3506:e8b4502d405f
  1538     AllowNationalCharactersInIdentifier := false.
  1538     AllowNationalCharactersInIdentifier := false.
  1539     AllowHashAsBinarySelector := true.
  1539     AllowHashAsBinarySelector := true.
  1540     AllowSTXEOLComments := true.
  1540     AllowSTXEOLComments := true.
  1541     AllowSTXDelimiterComments := true.         "/ until stc and RBScanner support it also
  1541     AllowSTXDelimiterComments := true.         "/ until stc and RBScanner support it also
  1542     AllowVisualWorksMethodAnnotations := false.
  1542     AllowVisualWorksMethodAnnotations := false.
  1543     AllowPossibleSTCCompilationProblems := true.
  1543     AllowPossibleSTCCompilationProblems := false.
  1544     AllowEmptyStatements := false.
  1544     AllowEmptyStatements := false.
  1545     AllowPeriodInSymbol := false.
  1545     AllowPeriodInSymbol := false.
  1546     "/ these are only used by the new compiler
  1546     "/ these are only used by the new compiler
  1547     AllowUnicodeStrings := false.
  1547     AllowUnicodeStrings := false.
  1548     AllowUnicodeCharacters := false.
  1548     AllowUnicodeCharacters := false.
  2641 ! !
  2641 ! !
  2642 
  2642 
  2643 !ParserFlags class methodsFor:'documentation'!
  2643 !ParserFlags class methodsFor:'documentation'!
  2644 
  2644 
  2645 version
  2645 version
  2646     ^ '$Header: /cvs/stx/stx/libcomp/ParserFlags.st,v 1.118 2014-07-11 00:24:30 cg Exp $'
  2646     ^ '$Header: /cvs/stx/stx/libcomp/ParserFlags.st,v 1.119 2014-07-24 09:22:43 cg Exp $'
  2647 !
  2647 !
  2648 
  2648 
  2649 version_CVS
  2649 version_CVS
  2650     ^ '$Header: /cvs/stx/stx/libcomp/ParserFlags.st,v 1.118 2014-07-11 00:24:30 cg Exp $'
  2650     ^ '$Header: /cvs/stx/stx/libcomp/ParserFlags.st,v 1.119 2014-07-24 09:22:43 cg Exp $'
  2651 ! !
  2651 ! !
  2652 
  2652 
  2653 
  2653 
  2654 ParserFlags initialize!
  2654 ParserFlags initialize!