| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | rename the lazy-seq function to lazy-seq* to avoid name clash with a macroHEADmaster | Andrey Listopadov | 2023-08-30 | 1 | -4/+5 |
| | | |||||
| * | update docs, fix doctests, include macros in the docs | Andrey Listopadov | 2023-08-28 | 1 | -2/+2 |
| | | |||||
| * | Move everything to a single file | Andrey Listopadov | 2023-08-26 | 1 | -0/+3341 |
| Now the library is fully self-contained and doesn't require any special flags to be used. Macros are now shipped inside the library itself and can be required by user code by requiring the same module name as the library. | |||||