summaryrefslogtreecommitdiff
path: root/base/src/main/java/bjc/utils/esodata/SingleTape.java
AgeCommit message (Collapse)Author
2020-04-07Remove utils.esodataBen Culkin
utils.esodata now also lives in the esodata project; not here
2020-04-06Add Tape appendBen Culkin
Add an ability to append an item to a tape. Currently, the implementation is kind of inefficent for everything that isn't a SingleTape
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-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-05Warning cleanupBenjamin Culkin
2017-10-11Cleanup workBenjamin J. Culkin
2017-10-08Start splitting into maven modulesBenjamin J. Culkin