compiler/tests/extras/PPLL1ExpressionGrammarTest.st
changeset 538 16e8536f5cfb
parent 516 3b81c9e53352
equal deleted inserted replaced
537:fb212e14d1f4 538:16e8536f5cfb
     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 !PPLL1ExpressionGrammarTest methodsFor:'as yet unclassified'!
    13 !PPLL1ExpressionGrammarTest methodsFor:'as yet unclassified'!
    13 
    14 
    14 parserClass
    15 parserClass
    15     ^ PPLL1ExpressionGrammar
    16     ^ PPLL1ExpressionGrammar
    96     self assert: result first third = 2.	
    97     self assert: result first third = 2.	
    97     self assert: result second inputValue = '+'.
    98     self assert: result second inputValue = '+'.
    98     self assert: result third = 3.
    99     self assert: result third = 3.
    99 ! !
   100 ! !
   100 
   101 
       
   102 !PPLL1ExpressionGrammarTest class methodsFor:'documentation'!
       
   103 
       
   104 version_HG
       
   105 
       
   106     ^ '$Changeset: <not expanded> $'
       
   107 ! !
       
   108