aiken/crates/project
KtorZ bc785673b2
Fix compilation errors for the newly introduce test & add type inference.
Tests are basically functions for which the return type should unify with bool. In principle, the type checker could also check that a test function has no arguments but, a test function with arguments wouldn't parse in the first place; feels a bit hacky but it works when considering the pipeline as a whole.

  Note that the code generation is still to be done.
2022-12-08 19:24:20 -05:00
..
src Fix compilation errors for the newly introduce test & add type inference. 2022-12-08 19:24:20 -05:00
Cargo.toml Release 0.0.26 2022-11-23 00:31:24 -05:00
README.md Extra project utilities in their own crate. 2022-10-28 13:48:40 +02:00

README.md

Project

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