LeopoldArkham / Molten

[WIP] Molten - Style-preserving TOML parser.
Apache License 2.0
40 stars 8 forks source link

Chatty chat chat #9

Closed LeopoldArkham closed 7 years ago

LeopoldArkham commented 7 years ago

Hey @ehuss,

Thanks for you ping on Reddit and offering your help! As you see I've opened some issues here; of course docs are also welcome, as are any passes you want to do over the @todos @cleanups, etc that I have in the code.

Keep in mind though, all of this is prototype quality at best and the code has some glaring problems. Hilariously and to my shame, tables are currently parsed as many times as their position in the document, for instance. Will fix Soon.

Also, may I ask what you want this project for?

ehuss commented 7 years ago

Cool, I'll start getting familiar with the code and seeing where I can help out.

Primarily I'd like to see it used in cargo-edit, but in general I like messing with parsers and I think it's a relatively simple project that could be really beneficial.

LeopoldArkham commented 7 years ago

Yeah, cargo-edit was always the point for me too. See you in the code!