aiken/crates/aiken-project
KtorZ cd0a9440e8
Allow any expression as constants
This is only a start. It compiles, but with a few TODOs left open. In particular, it doesn't currently handle constants depending on other constants or functions; nor does it hoist constants.
2024-08-29 16:24:12 +02:00
..
src Allow any expression as constants 2024-08-29 16:24:12 +02:00
templates Adjust doc to support blockquote alerts. 2024-08-28 15:28:49 +02:00
Cargo.toml Bump versions to 1.1.0, in anticipation. 2024-08-29 09:12:37 +02:00
README.md chore: make folder names match crate name 2022-12-21 18:11:07 -05:00
build.rs Move compile-time build info to aiken-project 2023-10-06 14:08:47 +02:00

README.md

Project

This crate encapsulates the code used to manage Aiken projects. See crates/cli for usage.