SyntaxError.st
author Claus Gittinger <cg@exept.de>
Sun, 24 May 2020 03:18:13 +0200
changeset 4670 4ec715f14ddd
parent 1346 8623fdfea0c2
permissions -rw-r--r--
#BUGFIX by cg class: Parser changed: #selectorCheck:for:positions:

"{ Package: 'stx:libcomp' }"

Object subclass:#SyntaxError
	instanceVariableNames:''
	classVariableNames:''
	poolDictionaries:''
	category:'System-Compiler ST-80-compatibility'
!


!SyntaxError class methodsFor:'documentation'!

version
    ^ '$Header: /cvs/stx/stx/libcomp/SyntaxError.st,v 1.1 2002-11-26 09:37:59 cg Exp $'
! !