parsers/smalltalk/stx_goodies_petitparser_parsers_smalltalk.st
changeset 429 23de165842c3
parent 421 7e08b31e0dae
equal deleted inserted replaced
428:b879012e366e 429:23de165842c3
     1 "{ Package: 'stx:goodies/petitparser/parsers/smalltalk' }"
     1 "{ Package: 'stx:goodies/petitparser/parsers/smalltalk' }"
       
     2 
       
     3 "{ NameSpace: Smalltalk }"
     2 
     4 
     3 LibraryDefinition subclass:#stx_goodies_petitparser_parsers_smalltalk
     5 LibraryDefinition subclass:#stx_goodies_petitparser_parsers_smalltalk
     4 	instanceVariableNames:''
     6 	instanceVariableNames:''
     5 	classVariableNames:''
     7 	classVariableNames:''
     6 	poolDictionaries:''
     8 	poolDictionaries:''
     7 	category:'* Projects & Packages *'
     9 	category:'* Projects & Packages *'
     8 !
    10 !
     9 
    11 
    10 !stx_goodies_petitparser_parsers_smalltalk class methodsFor:'documentation'!
       
    11 
       
    12 extensionsVersion_HG
       
    13 
       
    14     ^ '$Changeset: <not expanded> $'
       
    15 ! !
       
    16 
    12 
    17 !stx_goodies_petitparser_parsers_smalltalk class methodsFor:'accessing - monticello'!
    13 !stx_goodies_petitparser_parsers_smalltalk class methodsFor:'accessing - monticello'!
    18 
    14 
    19 monticelloLastMergedVersionInfo
    15 monticelloLastMergedVersionInfo
    20     "The last merged version is: "
    16     "The last merged version is: "
    85      by searching all classes (and their packages) which are referenced by my classes."
    81      by searching all classes (and their packages) which are referenced by my classes."
    86 
    82 
    87     ^ #(
    83     ^ #(
    88         #'stx:libcomp'    "Scanner - referenced by PPSmalltalkGrammar class>>allowUnderscoreAssignment"
    84         #'stx:libcomp'    "Scanner - referenced by PPSmalltalkGrammar class>>allowUnderscoreAssignment"
    89     )
    85     )
       
    86 !
       
    87 
       
    88 stcOptimizationOptions
       
    89     "do not inline the not operation here - it is overwritten"
       
    90 
       
    91     ^ super stcOptimizationOptions , ' -inlinenot'
       
    92 
       
    93     "Created: / 13-04-2015 / 14:18:37 / Jan Vrany <jan.vrany@fit.cvut.cz>"
    90 !
    94 !
    91 
    95 
    92 subProjects
    96 subProjects
    93     "list packages which are known as subprojects.
    97     "list packages which are known as subprojects.
    94      The generated makefile will enter those and make there as well.
    98      The generated makefile will enter those and make there as well.