#BUGFIX by stefan
authorStefan Vogel <sv@exept.de>
Thu, 07 Mar 2019 17:13:54 +0100
changeset 635 cc19416f97b1
parent 634 e63445bb2c9a
child 636 e60f53658aeb
#BUGFIX by stefan class: stx_goodies_petitparser class changed: #extensionMethodNames #value: moved to libbasic
stx_goodies_petitparser.st
--- a/stx_goodies_petitparser.st	Thu Mar 07 17:13:31 2019 +0100
+++ b/stx_goodies_petitparser.st	Thu Mar 07 17:13:54 2019 +0100
@@ -182,10 +182,11 @@
         Stream asPetitStream
         String asParser
         Symbol asParser
-        Symbol value:
         Text asPetitStream
         UndefinedObject asParser
     )
+
+    "Modified: / 07-03-2019 / 17:12:29 / Stefan Vogel"
 ! !
 
 !stx_goodies_petitparser class methodsFor:'description - monticello'!