compiler/benchmarks/stx_goodies_petitparser_compiler_benchmarks.st
changeset 465 f729f6cd3c76
parent 462 89464ab03518
parent 464 f6d77fee9811
child 477 b18b6cc7aabc
equal deleted inserted replaced
463:d4014e0a47a0 465:f729f6cd3c76
    78      This method is generated automatically,
    78      This method is generated automatically,
    79      by searching all classes (and their packages) which are referenced by my classes."
    79      by searching all classes (and their packages) which are referenced by my classes."
    80 
    80 
    81     ^ #(
    81     ^ #(
    82         #'stx:goodies/petitparser/compiler'    "PPCConfiguration - referenced by PPCBenchmark>>benchmarkSmalltalkParserCompiled"
    82         #'stx:goodies/petitparser/compiler'    "PPCConfiguration - referenced by PPCBenchmark>>benchmarkSmalltalkParserCompiled"
    83         #'stx:goodies/petitparser/compiler/tests'    "PPExpressionGrammar - referenced by PPCBenchmark>>setupExpressionGrammar"
       
    84         #'stx:goodies/petitparser/compiler/tests/extras'    "PPCResources - referenced by PPCBenchmark>>initialize"
    83         #'stx:goodies/petitparser/compiler/tests/extras'    "PPCResources - referenced by PPCBenchmark>>initialize"
    85         #'stx:goodies/petitparser/parsers/java'    "PPJavaSyntax - referenced by PPCBenchmark>>benchmarkJavaSyntax"
    84         #'stx:goodies/petitparser/parsers/java'    "PPJavaSyntax - referenced by PPCBenchmark>>benchmarkJavaSyntax"
    86         #'stx:goodies/refactoryBrowser/parser'    "RBArrayNode - referenced by PPCSmalltalkNoopParser>>buildArray:"
    85         #'stx:goodies/refactoryBrowser/parser'    "RBArrayNode - referenced by PPCSmalltalkNoopParser>>buildArray:"
    87     )
    86     )
    88 !
    87 !