Closed chengluyu closed 11 months ago
This PR fixes the problem that local functions declared by let rec doesn't work in code generation before.
let rec
@chengluyu in case you didn't notice: the PR needs to be fixed.
Thanks for the reminder. Let me confirm. Besides conflicts, is there anything else I neglected?
This PR fixes the problem that local functions declared by
let rec
doesn't work in code generation before.