#FEATURE by cg
authorClaus Gittinger <cg@exept.de>
Sun, 03 May 2020 23:44:59 +0200
changeset 4650 e9b212d470ff
parent 4649 7c006b105992
child 4667 243c16a9e51a
#FEATURE by cg class: ParseError added: #position
ParseError.st
--- a/ParseError.st	Fri Mar 27 13:40:07 2020 +0100
+++ b/ParseError.st	Sun May 03 23:44:59 2020 +0200
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 1989 by Claus Gittinger
               All Rights Reserved
@@ -138,6 +136,14 @@
     endPosition := endPositionArg.
 ! !
 
+!ParseError methodsFor:'compatibility - VW'!
+
+position
+    ^ startPosition
+
+    "Created: / 03-05-2020 / 23:44:48 / cg"
+! !
+
 !ParseError class methodsFor:'documentation'!
 
 version