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

Make lexer track lexeme locations #4

Open
peter-leonov opened this issue Jul 22, 2013 · 0 comments
Open

Make lexer track lexeme locations #4

peter-leonov opened this issue Jul 22, 2013 · 0 comments

Comments

@peter-leonov
Copy link
Owner

The only module that needs locations is the source map generator. The source-map node module needs only the starting point of a lexeme in a [line, column] format, it is able to calculate the ending point itself on the final step of SM generation. So we can avoid all the ending logic to bloat our code.

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

No branches or pull requests

1 participant