You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Toml to Concrete Syntax Tree parser could be evaluated for re-use as the parser for this repo's Toml to Json compiler. So instead of implementing both a parser and a compiler in this repo. Toml-Node would only implement a (to Json) compiler using a Syntax Tree Visitor.
Pros
Let someone else deal with aligning to the specifications 😄 .
Hello @BinaryMuse and other contributors 😄
Context
I am creating a set of re-usable and modular Toml related tooling in here.
One of the first modules is a Toml to Syntax Tree parser.
How this could benefit the Toml-Node project
The Toml to Concrete Syntax Tree parser could be evaluated for re-use as the parser for this repo's Toml to Json compiler. So instead of implementing both a parser and a compiler in this repo. Toml-Node would only implement a (to Json) compiler using a Syntax Tree Visitor.
Pros
Cons
Function.prototype.toString.
Summary
This has a potential to improve both the performance and alignment to newest spec of Toml Node, but with the cons described above.
@BinaryMuse could this be of interest to Toml Node?
Cheers.
Shahar.
The text was updated successfully, but these errors were encountered: