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
Optimize expression edits by assimilating letters directly in identifiers. This remove the necessity to run the full parser and identifier edits are very common so it will have quite an effect. We should however watch out for keywords and still run the parser if we detect any.
The text was updated successfully, but these errors were encountered:
Optimize expression edits by assimilating letters directly in identifiers. This remove the necessity to run the full parser and identifier edits are very common so it will have quite an effect. We should however watch out for keywords and still run the parser if we detect any.
The text was updated successfully, but these errors were encountered: