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
{{ message }}
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.
In the current version the parser for ranges is manually created and error prune. Using a real parser generator can help:
e.g. https://github.com/antlr/antlr4 (could then be used for both client and server but a lot of code) or https://github.com/abrobston/jscc (jsscript only)
see #35, #36, #37, #38, #39, #40
The text was updated successfully, but these errors were encountered: