CypressReader.st
author Jan Vrany <jan.vrany@fit.cvut.cz>
Tue, 18 Sep 2012 13:49:14 +0000
changeset 20 cdf3ee8ceeaa
parent 15 31a33727c629
child 21 c88f472e1c23
permissions -rw-r--r--
- fixes

"{ Package: 'stx:goodies/cypress' }"

CypressAbstractReader subclass:#CypressReader
	instanceVariableNames:''
	classVariableNames:''
	poolDictionaries:''
	category:'Cypress-New-Reader & Writer'
!

!CypressReader class methodsFor:'documentation'!

documentation
"
    A reader to read packages in Cypress format.

    [author:]
        Jan Vrany <jan.vrany@fit.cvut.cz>

    [instance variables:]

    [class variables:]

    [see also:]
        'Cypress spec' - https://github.com/CampSmalltalk/Cypress/wiki


"
! !

!CypressReader class methodsFor:'documentation'!

version_SVN
    ^ '$Id::                                                                                                                        $'
! !