-
Notifications
You must be signed in to change notification settings - Fork 65
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
GrammarLocation #309
GrammarLocation #309
Conversation
Two example usages:
|
I was just thinking, to better understand project structure, it would be nice to have graphical representation of its component parts with a simple block scheme or something like this? |
Probably a good idea. Please create an issue with anything that isn't clear to you. Whatever confusion you are willing to share will help me figure out which direction to tackle this. |
…ssue in GrammarError.
Fixes #307.
Adds a
GrammarLocation
class that can be used as yourgrammarSource
, which specifies the offset of the grammar in a larger file. Works for errors and source maps.