aboutsummaryrefslogtreecommitdiffhomepage
path: root/gtwiwtg.lisp
AgeCommit message (Expand)Author
2023-09-10updated to use testiere 1.0colin
2022-09-09Refactor: combination functions use testiereColin Okay
2022-09-09Refactor: collector functions are now defined with defun/tColin Okay
2022-01-18Reimplemented make-keywordColin Okay
2021-02-21docstrings and resumption checkColin Okay
2021-02-21version bumpColin Okay
2021-02-21redef of filtered generator to use a-generator-class macroColin Okay
2021-02-21reorganizing fileColin Okay
2021-02-20Made filtered-generator class, bugfix in filterColin Okay
2020-10-31removing superfluous utilitiesColin Okay
2020-08-04removed experimental combinatorsColin Okay
2020-07-30added anaphoric FOLD and FORColin Okay
2020-07-30added with-generator formColin Okay
2020-07-16adding soem testsColin Okay
2020-07-16bugfix in skip-while!Colin Okay
2020-07-15typoColin Okay
2020-07-14putting for's body in unwind protectColin Okay
2020-07-13more documentation tweaksColin Okay
2020-07-13Merge branch 'master' of github.com:cbeo/gtwiwtg into experimentsColin Okay
2020-07-13more docstring editsColin Okay
2020-07-13added :extra-cleanup keywoard to inflate!Colin Okay
2020-07-11Merge branch 'master' of github.com:cbeo/gtwiwtg into experimentsColin Okay
2020-07-11changed optional to keyword arguments in from-thunk-untilColin Okay
2020-07-11removed inessential slotColin Okay
2020-07-11extraneous slot in with-slotsColin Okay
2020-07-11cleanup docstring for inject!Colin Okay
2020-07-11added docstrings to new combinatorsColin Okay
2020-07-11added a few more combinators and and an exampleColin Okay
2020-07-10consumer generator type checkColin Okay
2020-07-10tweakColin Okay
2020-07-10fixed dirtiness managment in inflate!, and skip-* combinatorsColin Okay
2020-07-10small change to inflate!, for more consistent behaviorColin Okay
2020-07-10refactored has-next-p to use an :around method on the base classColin Okay
2020-07-10typosColin Okay
2020-07-10typoColin Okay
2020-07-10better docstrings on generics. refactored class-builing macroColin Okay
2020-07-10added indexed!Colin Okay
2020-07-10caveats on experimental generatorsColin Okay
2020-07-10docstringg editsColin Okay
2020-07-10added list-backed-generator!, modified seq to it appropriatelyColin Okay
2020-07-10reorganizing source fileColin Okay
2020-07-09cleaned up some docstrings. abstracted dirtyness managmentColin Okay
2020-07-09logic error in repeaterColin Okay
2020-07-09Major refactor. It's all OOPy now.Colin Okay
2020-07-09added docstrings to nfurcate! and partition!Colin Okay
2020-07-09licenseColin Okay
2020-07-09experimental nfurcate! and partition! transformersColin Okay
2020-07-08some docstring cleanupColin Okay
2020-07-08made for form easier on the eyesColin Okay
2020-07-08renamed iter to forColin Okay