1
1
mirror of https://github.com/anoma/juvix.git synced 2024-12-27 09:32:18 +03:00
juvix/test/Tree/Transformation
Paul Cadman 60bffcfeb8
refactor: Add Anoma Node in Tree language (#2784)
Similarly to how the Cairo operations are handled we add a separate Tree
language Node for Anoma operations instead of handling them as an Unop
Node.

This is necessary because we need to add support for new Anoma
operations that are not unary.

This PR also adds support for `anoma-encode` and `anoma-decode`
functions in `jvt` tree source files which was missed in the previous
PRs.
2024-05-17 09:14:05 +01:00
..
Apply.hs JuvixTree "apply" transformation (#2595) 2024-01-30 15:46:10 +00:00
Base.hs JuvixTree recursors and transformation framework (#2594) 2024-01-29 16:43:08 +00:00
CheckNoAnoma.hs refactor: Add Anoma Node in Tree language (#2784) 2024-05-17 09:14:05 +01:00
Identity.hs JuvixTree recursors and transformation framework (#2594) 2024-01-29 16:43:08 +00:00
Reachability.hs Filter out unreachable functions in JuvixTree (#2597) 2024-01-30 20:01:07 +00:00