Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

use ebnf range parser #60

Open
sgratzl opened this issue Dec 26, 2016 · 0 comments
Open

use ebnf range parser #60

sgratzl opened this issue Dec 26, 2016 · 0 comments
Labels
type: feature New feature or request

Comments

@sgratzl
Copy link
Contributor

sgratzl commented Dec 26, 2016

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

@rumersdorfer rumersdorfer added type: feature New feature or request and removed Type: Enhancement labels Nov 19, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
type: feature New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants