aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
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;
* feat(source): provide tangled code alongside the literate programv0.3.0Federico Igne2022-08-281-0/+11
| | | | | On one hand this defeats the purpose of having the literate program, but it avoids the awkward "bootstrapping" experience.
* feat: add bootstrapping executableFederico Igne2022-06-081-14/+0
|
* feat(cli): simple command line interfaceFederico Igne2022-05-271-0/+1
|
* Add first attempt at tanglerFederico Igne2022-04-221-0/+13