Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Directly modify identifiers and avoid always running the parser #67

Open
dimitar-asenov opened this issue Jan 26, 2015 · 0 comments
Open

Comments

@dimitar-asenov
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant