You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
The PDL interpreter tracks locations so that it can output useful error messages. Today the location tracking code is sprinkled throughout the interpreter code, and location information is passed around everywhere.
Describe the solution you'd like
It would be good to factor out the location information in such a way that it is not intermingled with the interpreter code.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
The PDL interpreter tracks locations so that it can output useful error messages. Today the location tracking code is sprinkled throughout the interpreter code, and location information is passed around everywhere.
Describe the solution you'd like
It would be good to factor out the location information in such a way that it is not intermingled with the interpreter code.
The text was updated successfully, but these errors were encountered: