summaryrefslogtreecommitdiff
path: root/macros.fnl
Commit message (Collapse)AuthorAgeFilesLines
* fix: allow defining methods with fn*Andrey Orst2021-01-261-4/+14
|
* fix: remove duplicate multisym->sym functionAndrey Orst2021-01-261-12/+5
|
* feature: include documentation testing in pipelineAndrey Orst2021-01-241-133/+158
|
* fix: update docsAndrey Orst2021-01-201-44/+38
| | | | preparing to set up docstring validation
* fix: Fennel 0.8.0 enhancementsAndrey Orst2021-01-191-0/+1190
Changelog: - fixed bug in try - reworked pretty printing for sets - handle cycles in sets - use new fennel.view format - reorganized library to make requiring it easier