-
Notifications
You must be signed in to change notification settings - Fork 19
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
Research how to parse toml
files
#79
Comments
would love to help out on this! have a project that would benefit from being able to read There's probably 2 ways of approaching this:
as for the latter, I got a sample TOML parser in typescript via chatgpt and it doesn't seem all that impossible. It probably doesnt catch all edge-cases and nuances with TOML, but foundry's toml is well-known and we can be specific for that |
nice! I can ask in Foundry's tg channel if they have any plans for or would be interested in exposing the config, otherwise we can go ahead and implement the parser :) Also feel free to join the Discord if you want to participate in other discussions about Vulcan as well! https://discord.com/invite/aEdVwr6ZzP |
started poking around and I will need to write some additional string functions ( do ya'll prefer that I rewrite/copy existing logic or should I add OZ as a dependency? for example, they have an |
If we could parse
toml
files we could improve theConfig
module to obtain settings fromfoundry.toml
The text was updated successfully, but these errors were encountered: