compiler/Dart__ScannerError.st
author Jan Vrany <jan.vrany@fit.cvut.cz>
Tue, 04 Nov 2014 00:31:38 +0000
changeset 10 5df5a2f8e4b5
parent 3 46c322c66a29
permissions -rw-r--r--
Updated to work with recent PetitParser

"{ Package: 'jv:dart/compiler' }"

"{ NameSpace: Dart }"

ParserError subclass:#ScannerError
	instanceVariableNames:''
	classVariableNames:''
	poolDictionaries:''
	category:'Languages-Dart-Parser'
!


!ScannerError class methodsFor:'documentation'!

version_HG

    ^ '$Changeset: <not expanded> $'
! !