ethereum / fe

Emerging smart contract language for the Ethereum blockchain.
https://fe-lang.org
Other
1.6k stars 179 forks source link

ADT recursion #963

Open g-r-a-n-t opened 9 months ago

g-r-a-n-t commented 9 months ago

Added an accumulator that collects constituents of ADT recursions. These constituents are then combined and used to form diagnostics.

To-Do

g-r-a-n-t commented 7 months ago

It'd be nice if we could address this problem in a more generic way instead of having many Accumulators

agreed. Ill generify this when implementing const cycle handling

sbillig commented 7 months ago

@g-r-a-n-t Micah fixed the wasm build in #984, which is now merged into fe-v2