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