hash-org / hashc

The Hash programming language compiler :zap:
https://hash-org.github.io/hashc/
MIT License
25 stars 2 forks source link

Fix #1052 #1059

Closed feds01 closed 5 months ago

feds01 commented 6 months ago

Review #1060 first

Changes:

This PR fixes function/closure values not being properly handled during lowering and code generation.

fixes #1052