compiler/tests/extras/PPCLL1ExpressionGrammarTest_Universal.st
changeset 538 16e8536f5cfb
parent 537 fb212e14d1f4
equal deleted inserted replaced
537:fb212e14d1f4 538:16e8536f5cfb
    11 
    11 
    12 
    12 
    13 !PPCLL1ExpressionGrammarTest_Universal methodsFor:'accessing'!
    13 !PPCLL1ExpressionGrammarTest_Universal methodsFor:'accessing'!
    14 
    14 
    15 compiler
    15 compiler
    16     ^ PPCCompiler universal
    16     ^ PPCCompiler newWithOptions: #( #tokenize: false )
       
    17 
       
    18     "Modified: / 07-09-2015 / 11:37:21 / Jan Vrany <jan.vrany@fit.cvut.cz>"
    17 ! !
    19 ! !
    18 
    20 
    19 !PPCLL1ExpressionGrammarTest_Universal class methodsFor:'documentation'!
    21 !PPCLL1ExpressionGrammarTest_Universal class methodsFor:'documentation'!
    20 
    22 
    21 version_HG
    23 version_HG