Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bump(v0.4.0): The AlchemistHEADv0.4.0master | Federico Igne | 2022-12-30 | 1 | -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; | ||||
* | feat(source): provide tangled code alongside the literate programv0.3.0 | Federico Igne | 2022-08-28 | 1 | -0/+11 |
| | | | | | On one hand this defeats the purpose of having the literate program, but it avoids the awkward "bootstrapping" experience. | ||||
* | feat: add bootstrapping executable | Federico Igne | 2022-06-08 | 1 | -14/+0 |
| | |||||
* | feat(cli): simple command line interface | Federico Igne | 2022-05-27 | 1 | -0/+1 |
| | |||||
* | Add first attempt at tangler | Federico Igne | 2022-04-22 | 1 | -0/+13 |