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
I had a look at that. One needs to replace empty tokens with "", change the name of the parse() function.
In addition, I removed the ..h version that were not used since they caused recursion problems.
The last thing I need to do is to update the error reporting. Afterwards I'll make a pull request
I tried to migrate to pegjs 0.9, but it seems that the following block
does not pass validation anymore.
Some of the changes from 0.8 to 0.9 seem to be interesting https://github.com/pegjs/pegjs/blob/master/CHANGELOG.md.
The text was updated successfully, but these errors were encountered: