CS412/413 Spring 2001 Introduction to Compilers
Iota+ Language Sample Programs
Iota Standard Library Interfaces
The Iota Standard Library interfaces are extended to the following.
io.ii
conv.ii
file.ii
system.ii
math.ii
assert.ii
thread.ii
synch.ii
Example Programs
CodeWriter pretty-printer
Knuth-Morris-Pratt string matcher
MMM
Maze solver
Iota Collection Classes
PingPong
(thread example)