Changes
Summary
- added cases test (commit: cb91dbe) (details)
- Stub for IO library with implementation of echo function. (commit: 714b276) (details)
- Started work on pretty printing. Implemented pretty printing of Boolean (commit: 6635de5) (details)
- Implementation of pretty printing of integers. (commit: 9ad33f0) (details)
- Inserted an important comment. (commit: c179142) (details)
- Implementation of pretty printing for individual chars. (commit: 9ff2126) (details)
- Implementation of printing function for reals. (commit: 911410a) (details)
- Continuing with implementation of IO library. Some restructuring. (commit: 9961469) (details)
- Moved pretty printing system up a level of abstraction to TypedValue in (commit: 7744dfb) (details)
- - Started implementation of pretty printing of collections. - Started (commit: 93eb88a) (details)
- Implementation of println. (commit: da4c73b) (details)
- Working implementation of pretty printing of sets. (commit: 5c47752) (details)
- - Plugged a memory leak in set pretty printing. - Comments (commit: 7711bab) (details)
- Working pretty printing implementation for sequences. (commit: 4b85f13) (details)
- A temporary modification to print sequences of chars as strings instead (commit: ed4b213) (details)
- moved includes and ifdefed all IO (commit: c20775f) (details)