compiler/tests/extras/PPLL1ExpressionGrammar.st
changeset 469 8dc4eb06316e
parent 464 f6d77fee9811
child 473 90eb2d1f7bed
--- a/compiler/tests/extras/PPLL1ExpressionGrammar.st	Thu May 21 15:49:26 2015 +0100
+++ b/compiler/tests/extras/PPLL1ExpressionGrammar.st	Thu May 21 17:19:17 2015 +0100
@@ -9,7 +9,6 @@
 	category:'PetitCompiler-Extras-Tests-Expressions'
 !
 
-
 !PPLL1ExpressionGrammar methodsFor:'as yet unclassified'!
 
 add
@@ -73,10 +72,3 @@
     ^ $+ asParser trimmingToken, term
 ! !
 
-!PPLL1ExpressionGrammar class methodsFor:'documentation'!
-
-version_HG
-
-    ^ '$Changeset: <not expanded> $'
-! !
-