summaryrefslogtreecommitdiff
path: root/BJC-Utils2/src/main/java/bjc/utils/esodata
AgeCommit message (Collapse)Author
2017-03-17Add more toString/hashCode/equalsbjculkin
2017-03-17Add abbreviation map.bjculkin
An abbreviation map allows you to figure out which of the possible strings in a given set could be abbreviated by a particular string.
2017-03-16Stack updates.bjculkin
2017-03-16Added pushdown map.bjculkin
Essentially, this is a map where inserting dup. keys shadows the previous value.
2017-03-14CleanupEVE
2017-03-14Directory workEVE
2017-03-13FormattingEVE
2017-03-13CleanlinessEVE
2017-03-11Fix various issuesbculkin2442
2017-03-11Directory finished.bculkin2442
The basics of the directory are finished.
2017-03-11Stack workbculkin2442
There are now multiple kinds of stacks, with Stack being abstract and SimpleStack being the basic implementation. QueueStack is a stack that's actually a queue. SpaghettiStack is a stack that has a parent it can access.
2017-03-11Work on a new data structure: The directorybculkin2442
A directory is a hierarchical map with easy access control.
2017-03-10Stack updatebculkin2442
2017-03-06Added tape librarybculkin2442
Essentially a map of tapes
2017-03-06Stack combinatorsbculkin2442
Basic/dataflow combinators
2017-03-06Stack classbculkin2442
Added a stack with basic combinators
2017-02-24Updatebjculkin
2017-02-17IList is now iterable. No more useless toIterable()s :)bculkin2442
2017-02-16Double-sided tapes and tape changersbculkin2442
2017-02-16Work on esodata classesbculkin2442
2017-02-16Updatebculkin2442