aboutsummaryrefslogtreecommitdiff
path: root/README.md
Commit message (Collapse)AuthorAgeFilesLines
* bump(v0.4.0): The AlchemistHEADv0.4.0masterFederico Igne2022-12-301-1/+1
| | | | | | | | | | | | | This version includes: - easier definition of entry points (with a `entry` class to ultimately force it); - a way to limit the generated entry points by providing a required prefix to their path; - a way to list valid entry points without tangling any code; - minor QOL fixes on error messages; - updated documentation along with instructions on how to compile the project with Docker;
* docs: update PDF manualFederico Igne2022-12-301-10/+25
|
* docs: add instructions to compile project with DockerFederico Igne2022-12-301-0/+13
|
* feat(list): add flag to list valid entry pointsFederico Igne2022-12-301-9/+27
|
* qol: print name of missing macro on panicFederico Igne2022-12-301-3/+2
|
* feat(target): allow limiting the generated entrypointsFederico Igne2022-12-301-3/+35
| | | | | Introduces the `-t/--target` flag that can be used to provide a path. Only entry points that have this path as a prefix will be generated.
* fix: allow more flexible entrypoint definitionFederico Igne2022-12-301-15/+63
| | | | | | | | Entrypoints can now be forced by using the class `entry` or by specifying an attribute `path`. Compatibility with previous versions is maintained and any identifier that actually looks like a file is considered as such.
* feat(source): provide tangled code alongside the literate programv0.3.0Federico Igne2022-08-281-11/+5
| | | | | On one hand this defeats the purpose of having the literate program, but it avoids the awkward "bootstrapping" experience.
* fix: close YAML header with `...`Federico Igne2022-08-281-1/+1
|
* fix: internal section linksFederico Igne2022-06-081-3/+3
|
* feat: add literate version of panglerFederico Igne2022-06-081-0/+578