-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Labels
enhancementNew feature or requestNew feature or requestlong termDeferred lower priority issueDeferred lower priority issue
Description
The current regex parsing strategy looks like it works quite well and is very well tested, but I have concerns about the efficiency and maintainability of regex-based parsers. This (really awesome!) tool seems likely to be with us for a long haul so I'd encourage the authors to look into using a crate like nom or pest for handling the actual parsing. nom has a fairly concise example of using it to parse json which I imagine could be adapted to support json5 and the additional parsing done there.
Timmmm
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestlong termDeferred lower priority issueDeferred lower priority issue