about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAge
* Update README mainCase Duckworth2023-08-28
|
* Fix text widthCase Duckworth2023-08-28
|
* Fix typos and errorsCase Duckworth2023-08-28
|
* Rename arguments for clarityCase Duckworth2023-08-28
|
* Remove internal defineCase Duckworth2023-08-28
|
* Add shell trampoline for script usageCase Duckworth2023-08-28
| | | | Why you'd want to do this is beyond me... but meh
* Change render semanticsCase Duckworth2023-08-28
| | | | | | Now `render` outputs to the current output port, not a string. `render->string` and `render-string->string` added to output to a string.
* Add unprintable helper functionsCase Duckworth2023-08-28
|
* Correct dependenciesCase Duckworth2023-08-28
|
* Add README and COPYINGCase Duckworth2023-08-28
|
* Clean up import declaration in render-specialsCase Duckworth2023-08-28
| | | | Wrap everything in a begin to pass to eval later on.
* Initial commitCase Duckworth2023-08-27