compiler/benchmarks/stx_goodies_petitparser_compiler_benchmarks.st
changeset 481 34ee0d3c72e7
parent 477 b18b6cc7aabc
child 503 ff58cd9f1f3c
equal deleted inserted replaced
480:5b0254cca4db 481:34ee0d3c72e7
    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:libbasic'    "Autoload - superclass of PPCSmalltalkNoopParserTests"
    64         #'stx:goodies/petitparser/parsers/smalltalk/tests'    "PPSmalltalkGrammarTests - 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"
    65     )
    68     )
    66 !
    69 !
    67 
    70 
    68 referencedPreRequisites
    71 referencedPreRequisites
    69     "list packages which are a prerequisite, because they contain
    72     "list packages which are a prerequisite, because they contain
   103 
   106 
   104     ^ #(
   107     ^ #(
   105         "<className> or (<className> attributes...) in load order"
   108         "<className> or (<className> attributes...) in load order"
   106         PPCBenchmark
   109         PPCBenchmark
   107         PPCSmalltalkNoopParser
   110         PPCSmalltalkNoopParser
       
   111         (PPCSmalltalkNoopParserTests autoload)
   108         #'stx_goodies_petitparser_compiler_benchmarks'
   112         #'stx_goodies_petitparser_compiler_benchmarks'
   109         (PPCSmalltalkNoopParserTests autoload)
       
   110     )
   113     )
   111 !
   114 !
   112 
   115 
   113 extensionMethodNames
   116 extensionMethodNames
   114     "list class/selector pairs of extensions.
   117     "list class/selector pairs of extensions.