aiken/crates/aiken-lang/src
Kasey White aa29636d50 fix: scope issue with ir_stack being incremented wrongly with assignment
Also fixed  scope of constructor tag and void in whens
2023-03-28 21:15:22 -04:00
..
gen_uplc test(gen_uplc::scope): more replace unit tests 2023-03-27 20:00:32 -04:00
parser Fix lexer throwing errors when parsing a too large tuple index. 2023-03-18 16:13:50 +01:00
tests Fill-in test scenario for parsing large integer constants. 2023-03-18 16:17:42 +01:00
tipo feat: new error for when multi-validators have the same arg count 2023-03-17 18:40:50 -04:00
ast.rs feat(validator): parsing and typechecking for double validators 2023-03-17 18:38:24 -04:00
builtins.rs feat: refactor some methods and modules 2023-03-27 20:00:32 -04:00
expr.rs Cleanup implementation from multi-subjects when/is 2023-03-17 13:06:39 +01:00
format.rs Generated wrapped schemas for multi-validators' redeemers 2023-03-17 18:40:49 -04:00
gen_uplc.rs fix: scope issue with ir_stack being incremented wrongly with assignment 2023-03-28 21:15:22 -04:00
levenshtein.rs Add function to calculate lenvenshtein distance of two strings 2022-12-22 23:44:15 +01:00
lib.rs feat: refactor some methods and modules 2023-03-27 20:00:32 -04:00
parser.rs Fix lexer throwing errors when parsing a too large tuple index. 2023-03-18 16:13:50 +01:00
pretty.rs Remove unused 'FlexBreak' 2023-03-14 16:47:43 -04:00
tipo.rs fix: Had to also check for generic type in return of a function. 2023-03-02 21:49:20 -05:00