aiken/crates/aiken-lang/src/parser/definition
KtorZ aadf3cfb48
Allow test definition to carry one parameter
The parameter is special as it takes no annotation but a 'via' keyword followed by an expression that should unify to a Fuzzer<a>, where Fuzzer<a> = fn(Seed) -> (Seed, a). The current commit only allow name identifiers for now. Ultimately, this may allow full expressions.
2024-03-03 19:33:24 +01:00
..
snapshots Allow test definition to carry one parameter 2024-03-03 19:33:24 +01:00
constant.rs test(bls): constant parsing tests 2023-11-15 15:55:56 -05:00
data_type.rs fix: empty records crashing code gen closes #728 2023-08-31 17:39:38 -04:00
function.rs feat: parser and check fixes 2024-01-19 14:32:21 -05:00
import.rs test(parser): move over the validator tests and some misc tests to parser 2023-07-04 17:19:29 -04:00
mod.rs test(parser): rename definitions to definition and more tests 2023-07-04 17:19:29 -04:00
test.rs Allow test definition to carry one parameter 2024-03-03 19:33:24 +01:00
type_alias.rs Replace 'public' utils with a more generic 'optional_flag' 2023-07-05 13:57:34 +02:00
validator.rs test(parser): move over the validator tests and some misc tests to parser 2023-07-04 17:19:29 -04:00