summaryrefslogtreecommitdiff
path: root/src/test/java/bjc/esodata
AgeCommit message (Collapse)Author
2020-12-14Implement NestListBen Culkin
NestList is a recursive list structure, inspired by the way lists work in Rakudo (formerly Perl 6).
2020-11-15Add MinMaxList data typeBen Culkin
This is a list wrapper that automatically tracks the minimum/maximum element currently in the list
2020-04-14Cleanup some warnings and stuffBen Culkin
2020-04-13Cleanup passBen Culkin
Pass to do some cleanups
2020-04-06Cleanup some warningsBen Culkin
Cleanup some warnings
2019-07-27More stack testsbculkin2442
2019-07-10General improvements to stackbculkin2442
2019-07-02Move tests to new packagebculkin2442