summaryrefslogtreecommitdiff
path: root/BJC-Utils2/src/main/java/bjc/utils/esodata/Stack.java
AgeCommit message (Collapse)Author
2017-04-10Cleanupbculkin2442
2017-04-07Cleanupbjculkin
2017-03-16Stack updates.bjculkin
2017-03-14CleanupEVE
2017-03-13FormattingEVE
2017-03-13CleanlinessEVE
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-10Stack updatebculkin2442
2017-03-06Stack combinatorsbculkin2442
Basic/dataflow combinators
2017-03-06Stack classbculkin2442
Added a stack with basic combinators