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
I would like the parser to keep track of where variables are defined and then a new component which can generate source code after changing the values of variables. The rest of the source would be otherwise unaltered.
It should:
Track start and end pos of variables as they currently exist.
Replace the text in that area with the newly generated values.
Adjust the position of vars after that to consider the newly inserted text (or just work backward to avoid this).
Add any new variables to the bottom–I guess–or to bottom of the top where the variables are normally put.
The text was updated successfully, but these errors were encountered:
I would like the parser to keep track of where variables are defined and then a new component which can generate source code after changing the values of variables. The rest of the source would be otherwise unaltered.
It should:
The text was updated successfully, but these errors were encountered: