summaryrefslogtreecommitdiff
path: root/BJC-Utils2/src/main/java
AgeCommit message (Collapse)Author
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-10StringUtils expandedbculkin2442
2017-03-10String manipulation additionsbculkin2442
More and better ways to manipulate strings
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-27Package reorganizationbjculkin
2017-02-26Formattingbculkin2442
2017-02-26Updatebculkin2442
2017-02-24Add new top-down transform typebjculkin
2017-02-24Fix co/contravariencebjculkin
2017-02-24Updatebjculkin
2017-02-22Update to allow backflow during step-evals. *Thunk*bculkin2442
2017-02-22Added transforming iteratorbculkin2442
2017-02-22Iterative version of topDownTransform()bculkin2442
2017-02-20Minor updatesbculkin2442
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
2017-02-13Updatebculkin2442
2017-02-11Fixed extra toString commabculkin2442
2017-02-10Bugfixes/Simplificationbculkin2442
2017-02-09Updatebculkin2442
2017-02-08Updatebculkin2442
2017-02-06Minor changesbculkin2442
2017-02-06Grammar feature updatebculkin2442
You can now do more things with grammars
2017-02-05Grammar optimizationbculkin2442
Grammars now only consider things in []'s as rule references
2016-11-16Documentation updatebculkin2442
2016-11-16Updatebculkin2442
2016-11-10Doc updatesbculkin2442
2016-10-21Documentationbculkin2442
2016-10-03Minor reorganizationbculkin2442
2016-09-28Formatting passbculkin2442
2016-09-28Update various things.bculkin2442
2016-08-31Minor Updatebculkin2442
2016-08-28Tossed attempt at subrule-supported parserbculkin2442
Also, renamed some tests
2016-08-24Added tentative support for subrulesbculkin2442
Added a new sort of config reader that tentatively supports subrules through indentation. I need to actually write a parser that uses it though. I think something to do with trees would work well for testing it.
2016-08-19GUI reorganizationbculkin2442
2016-08-19More GUI stuffbculkin2442
2016-08-05More GUI thingsbculkin2442
2016-08-02More GUI stuffbculkin2442
2016-07-31New GUI widgetbculkin2442
A list panel that offers selections from a drop down menu
2016-07-29Added some new GUI utilitiesbculkin2442
* One is an adaptation of the simple dialogs to work on JDesktopPanes * The other is a simple control for lists of strings
2016-07-28Format/Cleanup passbculkin2442
2016-07-28Added debugging aid for finding single instantiation violations.bculkin2442
Also, fixed a single instantiation violation into BoundLazyPair