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
Span seems to be a quite common thing in parsers, and it's also very useful when it comes to source map (#98, sourcemaps uses line and column instead of byte position).
Instead of reimplementing these functionality in-house, there seems to be a good crate, codespan that is used by the Gluon scripting language. Let's integrate it (and give them a shout out)!
The text was updated successfully, but these errors were encountered:
Span seems to be a quite common thing in parsers, and it's also very useful when it comes to source map (#98, sourcemaps uses line and column instead of byte position).
Instead of reimplementing these functionality in-house, there seems to be a good crate, codespan that is used by the Gluon scripting language. Let's integrate it (and give them a shout out)!
The text was updated successfully, but these errors were encountered: