compiler/tests/extras/PPTokenizedExpressionGrammarResource.st
changeset 489 0ca7a70db0f5
parent 473 90eb2d1f7bed
child 503 ff58cd9f1f3c
equal deleted inserted replaced
488:19a9c25960ef 489:0ca7a70db0f5
     6 	instanceVariableNames:''
     6 	instanceVariableNames:''
     7 	classVariableNames:''
     7 	classVariableNames:''
     8 	poolDictionaries:''
     8 	poolDictionaries:''
     9 	category:'PetitCompiler-Extras-Tests-Expressions'
     9 	category:'PetitCompiler-Extras-Tests-Expressions'
    10 !
    10 !
       
    11 
    11 
    12 
    12 !PPTokenizedExpressionGrammarResource methodsFor:'as yet unclassified'!
    13 !PPTokenizedExpressionGrammarResource methodsFor:'as yet unclassified'!
    13 
    14 
    14 setUp
    15 setUp
    15     | time configuration |
    16     | time configuration |
    23     Transcript show: 'Expression grammar tokenized in: '; show: time asString; show: 'ms'; cr.
    24     Transcript show: 'Expression grammar tokenized in: '; show: time asString; show: 'ms'; cr.
    24 
    25 
    25     "Modified: / 26-05-2015 / 07:25:13 / Jan Vrany <jan.vrany@fit.cvut.cz>"
    26     "Modified: / 26-05-2015 / 07:25:13 / Jan Vrany <jan.vrany@fit.cvut.cz>"
    26 ! !
    27 ! !
    27 
    28 
       
    29 !PPTokenizedExpressionGrammarResource class methodsFor:'documentation'!
       
    30 
       
    31 version_HG
       
    32 
       
    33     ^ '$Changeset: <not expanded> $'
       
    34 ! !
       
    35