compiler/tests/extras/PPLL1ExpressionGrammar.st
changeset 510 869853decf31
parent 503 ff58cd9f1f3c
child 512 694a247a12ba
--- a/compiler/tests/extras/PPLL1ExpressionGrammar.st	Fri Jul 31 08:22:18 2015 +0100
+++ b/compiler/tests/extras/PPLL1ExpressionGrammar.st	Thu Jul 30 08:37:37 2015 +0100
@@ -9,7 +9,6 @@
 	category:'PetitCompiler-Extras-Tests-Expressions'
 !
 
-
 !PPLL1ExpressionGrammar methodsFor:'as yet unclassified'!
 
 add
@@ -79,10 +78,3 @@
     ^ $+ asParser trimmingToken, term
 ! !
 
-!PPLL1ExpressionGrammar class methodsFor:'documentation'!
-
-version_HG
-
-    ^ '$Changeset: <not expanded> $'
-! !
-