compiler/tests/extras/PPTokenizedSmalltalkGrammarResource.st
changeset 465 f729f6cd3c76
parent 461 5986bf6d7d60
parent 464 f6d77fee9811
child 503 ff58cd9f1f3c
equal deleted inserted replaced
463:d4014e0a47a0 465:f729f6cd3c76
    12 
    12 
    13 !PPTokenizedSmalltalkGrammarResource methodsFor:'as yet unclassified'!
    13 !PPTokenizedSmalltalkGrammarResource methodsFor:'as yet unclassified'!
    14 
    14 
    15 setUp
    15 setUp
    16     | time configuration |
    16     | time configuration |
    17     configuration := PPCConfiguration LL1.
    17     configuration := PPCConfiguration tokenizing.
    18     configuration arguments name:#PPTokenizedSmalltalkGrammar.
    18     configuration arguments name:#PPTokenizedSmalltalkGrammar.
    19     
    19     
    20     time := Time millisecondsToRun: [
    20     time := Time millisecondsToRun: [
    21         PPSmalltalkGrammar new compileWithConfiguration: configuration.
    21         PPSmalltalkGrammar new compileWithConfiguration: configuration.
    22     ].
    22     ].