aiken/crates
KtorZ 346df47232 Refactor chain parser
The main goal is to make the parser more reusable to be used for when-clauses, instead of the expression parser. A side goal has been to make it more readable by moving the construction of some untyped expression as method on UntypedExpr. Doing so, I got rid of the extra temporary 'ParseArg' type and re-used the generic 'CallArg' instead by simply using an Option<UntypedExpr> as value to get the same semantic as 'ParseArg' (which would distinguish between plain call args and holes). Now the chained parser is in a bit more reusable state.
2023-07-06 16:10:46 -04:00
..
aiken cargo fmt 2023-07-01 16:17:10 -04:00
aiken-lang Refactor chain parser 2023-07-06 16:10:46 -04:00
aiken-lsp chore: Release 2023-06-23 19:41:14 -04:00
aiken-project test: add empty list test 2023-07-04 17:19:29 -04:00
flat-rs test: add empty list test 2023-07-04 17:19:29 -04:00
uplc Fixes evaluation of large positive bigint in the UPLC machine 2023-07-05 18:52:14 +02:00