summaryrefslogtreecommitdiff
path: root/base/src/main/java/bjc/utils/esodata
AgeCommit message (Collapse)Author
2018-10-13General cleanup and documentation.bculkin2442
Cleanup files, and add missing comments in places.
2018-09-17Add DefaultListBenjamin J. Culkin
A DefaultList is a list that returns a given default value for OOB indexes, instead of an exception
2018-09-16Large updateBenjamin J. Culkin
A large update, this contains much debugging of the CL FORMAT routines, as well as a few other minor changes.
2018-09-06Minor updatesBenjamin J. Culkin
2018-09-06Add MapSetBenjamin J. Culkin
A MapSet is a set of maps of which one is accessible at a time, indexed by strings to pick the available one.
2018-07-17Update tape interfaceBenjamin J. Culkin
This adds a seekTo method, among other things
2018-06-07Refactor tapesBenjamin J. Culkin
DoubleSided is now its own interface, and the unnecessary tape classes have been removed
2018-03-01Finish most of CL formatting.bjculkin
There are a couple of unimplemented directives, but the only ones I'd consider anywhere near crucial would be the floating-point ones, which I'm not sure what I should do with them.
2018-02-12Commentingbjculkin
2018-02-12Formatting passbjculkin
2018-02-12Updatebjculkin
2018-02-05Warning cleanupBenjamin Culkin
2017-10-11Cleanup workBenjamin J. Culkin
2017-10-08Start splitting into maven modulesBenjamin J. Culkin