Local variables don't exist in embedded haxe #71
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Because of the way I've overriden variable declaration, we've lost the concept of local variables. This tripped me up quite a bit working on #69.
It's very possible that we can completely toss the complicated transmute() function in favor of overriding more functions in
HankInterpwhile fixing this.