compiler/benchmarks/stx_goodies_petitparser_compiler_benchmarks.st
changeset 477 b18b6cc7aabc
parent 465 f729f6cd3c76
child 481 34ee0d3c72e7
equal deleted inserted replaced
476:c45383095de4 477:b18b6cc7aabc
    59      by searching along the inheritance chain of all of my classes."
    59      by searching along the inheritance chain of all of my classes."
    60 
    60 
    61     ^ #(
    61     ^ #(
    62         #'stx:goodies/petitparser'    "PPCompositeParser - superclass of PPCSmalltalkNoopParser"
    62         #'stx:goodies/petitparser'    "PPCompositeParser - superclass of PPCSmalltalkNoopParser"
    63         #'stx:goodies/petitparser/parsers/smalltalk'    "PPSmalltalkGrammar - superclass of PPCSmalltalkNoopParser"
    63         #'stx:goodies/petitparser/parsers/smalltalk'    "PPSmalltalkGrammar - superclass of PPCSmalltalkNoopParser"
    64         #'stx:goodies/petitparser/parsers/smalltalk/tests'    "PPSmalltalkGrammarTests - superclass of PPCSmalltalkNoopParserTests"
    64         #'stx:libbasic'    "Autoload - superclass of PPCSmalltalkNoopParserTests"
    65         #'stx:goodies/petitparser/tests'    "PPAbstractParserTest - superclass of PPCSmalltalkNoopParserTests"
       
    66         #'stx:goodies/sunit'    "TestAsserter - superclass of PPCSmalltalkNoopParserTests"
       
    67         #'stx:libbasic'    "LibraryDefinition - superclass of stx_goodies_petitparser_compiler_benchmarks"
       
    68     )
    65     )
    69 !
    66 !
    70 
    67 
    71 referencedPreRequisites
    68 referencedPreRequisites
    72     "list packages which are a prerequisite, because they contain
    69     "list packages which are a prerequisite, because they contain
   106 
   103 
   107     ^ #(
   104     ^ #(
   108         "<className> or (<className> attributes...) in load order"
   105         "<className> or (<className> attributes...) in load order"
   109         PPCBenchmark
   106         PPCBenchmark
   110         PPCSmalltalkNoopParser
   107         PPCSmalltalkNoopParser
       
   108         #'stx_goodies_petitparser_compiler_benchmarks'
   111         (PPCSmalltalkNoopParserTests autoload)
   109         (PPCSmalltalkNoopParserTests autoload)
   112         #'stx_goodies_petitparser_compiler_benchmarks'
       
   113     )
   110     )
   114 !
   111 !
   115 
   112 
   116 extensionMethodNames
   113 extensionMethodNames
   117     "list class/selector pairs of extensions.
   114     "list class/selector pairs of extensions.