Simple auto-generated parsers #605
jonaslagoni
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
There are some serious limits there 😄 I see this proposal as a super useful solution for tooling providers to provide parsers in different languages, even our parser would benefit. My only question is: is it |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The future I want to speed up is the following:
What are simple parsers?
any
type)Why would we want this?
How to achieve it
We start with two parsers Rust and TypeScript/JavaScript.
These are the tasks for getting started:
And that's actually it for an initial setup.
Future
Here are some of the future ideas:
We could look into how we can incorporate the parser-api to auto-generate parsers and mapping 👀 Regardless these initial models would be needed.
We could look into how we can replicate this for code-first tools as well 🧐 As the only change would be what Modelina generates, which is easy through presets.
Once set up, we could always start the conversation about how many nice-to-have features the parser should have, as long as it does not go against the auto-generated part and keeps maintenance at a minimum.
Discussion
Although they will have a very low running cost, they do take a bit of effort to set up, so that's why I wanted to ask if these would be useful and worth the upfront investment 🤔 Or whether you see it as a waste because the full features are needed to be usable (those we have without JS parser).
Happy to answer questions as well, don't hold back 😄
Beta Was this translation helpful? Give feedback.
All reactions