Project

General

Profile

« Previous | Next » 

Revision 57782d3d

Added by eightbitraptor (Matt V-H) almost 2 years ago

Store depth offset inside the scope node.

Instead of incrementing the depth using call by reference as we're
recursing up the stack we could instead store an offset for each known
scope where we know the depth is going to represented differently in the
Prism ast.