DylanSp / wheel-lang

A small toy imperative language (with some OOP features) for demonstrating and practicing language design/implementation.
MIT License
14 stars 0 forks source link

closureName field in ClosureValue #97

Open DylanSpOddball opened 2 years ago

DylanSpOddball commented 2 years ago

Do I use this anywhere? If so, what's the value for when a function returns a ClosureValue?

Possibly remove.