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

Help kaml to write a parser and improve instead of creating a yet another library #44

Open
orchestr7 opened this issue May 31, 2022 · 3 comments

Comments

@orchestr7
Copy link

orchestr7 commented May 31, 2022

🤦 🤦 🤦

charleskorn/kaml#232

image

@Him188
Copy link
Owner

Him188 commented Jun 1, 2022

Kaml wraps the SnakeYaml so its structure is limited. I can't write parsers based on that.

@orchestr7
Copy link
Author

orchestr7 commented Jun 1, 2022

SnakeYaml

anyway you have proposed your own parser - move it to a separate module and kaml will reuse it, no? :)
kaml ONLY needs AST for this

@Him188
Copy link
Owner

Him188 commented Jun 1, 2022

I think a better approach to create a well-working multiplatform Yaml parser is to help yamlkt to implement other features. Moving part of the implemented code and reimplementing them again doesn't seem efficient.
Anyway, since yamlkt is licensed under Apache-2.0 license, you can do what you proposed if you have time.

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

No branches or pull requests

2 participants