erg_compiler 0.6.53

Centimetre: the Erg compiler
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
.QueueEmpty: ClassType
.QueueEmpty <: BaseException

.QueueFull: ClassType
.QueueFull <: BaseException

.Queue!: ClassType

.PriorityQueue!: ClassType
.PriorityQueue! <: Queue!

.LifoQueue!: ClassType
.LifoQueue! <: Queue!