Keep track of the current arena.
This means we don't have to pass it around as an argument. This change was made because I'm about to start creating pointer types during expression evaluation, and I didn't want to add an arena argument to all the expression functions.
Loading
Please register or sign in to comment