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
Can this be used to statically compile a parser for a particular grammar? For example, I'd like to use the yaml grammar to generate a parser, include this javascript into a project, and then use that to work with yaml ASTs.
Or does one create a parser from the grammar, cache it, and use that?
The text was updated successfully, but these errors were encountered:
Can this be used to statically compile a parser for a particular grammar? For example, I'd like to use the yaml grammar to generate a parser, include this javascript into a project, and then use that to work with yaml ASTs.
Or does one create a parser from the grammar, cache it, and use that?
The text was updated successfully, but these errors were encountered: