Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

stdlib/runtime: Implement a basic parsing library #2100

Open
spotandjake opened this issue Apr 22, 2024 · 0 comments
Open

stdlib/runtime: Implement a basic parsing library #2100

spotandjake opened this issue Apr 22, 2024 · 0 comments

Comments

@spotandjake
Copy link
Member

As mentioned in #2099, in the stdlib there are multiple cases where we have needed to and will need to implement parsers such as currently for url decoding, filepaths and Json, and in the future we might want to support things like TOML, Yaml and possibly other things. It would be useful if we standardized the way we do parsing in the stdlib to make maintaining these libraries easier, this would also help maintain best practices. As we probably don't want this library to be accessible from the stdlib it would probably make sense to put this in the runtime. Alternatively maybe we want to consider adding an stdlib/helpers path for things like this. My thoughts for this library are a very low level parsing framework similar to whats in the Json library, something like a full parser generator seems overkill.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant