grin-compiler / grin

GRIN is a compiler back-end for lazy and strict functional languages with whole program optimization support.
https://grin-compiler.github.io/
1.03k stars 38 forks source link

Extended syntax: syntax conversion fix #59

Closed Anabra closed 4 years ago

Anabra commented 4 years ago

In this PR, we address some of the problems that arose in #53 regarding the Old -> New AST conversion.

See #32.