aiken/crates/aiken-lang/src
KtorZ d2cc44e5f4
Allow testing blueprint generation from Aiken programs
This is quite something, because now we have a testing pipeline that
  can also be used for testing other compiler-related stuff such as the
  type-checker or the code generator.
2023-01-31 09:48:44 +01:00
..
parser Merge branch 'main' into when-clause-guards 2023-01-30 11:40:29 -05:00
tests Merge branch 'main' into when-clause-guards 2023-01-30 11:40:29 -05:00
tipo Add title and description to exported types in the blueprint 2023-01-31 09:48:44 +01:00
air.rs Add more complex test 40. 2023-01-30 04:17:03 -05:00
ast.rs Implement parser for when clause guard 2023-01-21 17:43:13 +01:00
builder.rs Refactor build steps to generate blueprints instead 2023-01-31 09:48:38 +01:00
builtins.rs Allow testing blueprint generation from Aiken programs 2023-01-31 09:48:44 +01:00
expr.rs feat: support negation of int 2022-12-27 20:39:03 -05:00
format.rs Implement parser for when clause guard 2023-01-21 17:43:13 +01:00
levenshtein.rs Add function to calculate lenvenshtein distance of two strings 2022-12-22 23:44:15 +01:00
lib.rs Fix generated projects' README + rename 'certify' -> 'publish' 2023-01-18 16:48:42 +01:00
parser.rs Implement parser for when clause guard 2023-01-21 17:43:13 +01:00
pretty.rs chore: make folder names match crate name 2022-12-21 18:11:07 -05:00
tipo.rs feat: Finish up assert feature 2023-01-29 05:21:55 -05:00
uplc.rs Refactor build steps to generate blueprints instead 2023-01-31 09:48:38 +01:00