puppetlabs / ruby-hocon

A Ruby port of the Typesafe Config library.
Apache License 2.0
34 stars 30 forks source link

(TK-188) Refactor Parser #53

Closed MSLilah closed 9 years ago

MSLilah commented 9 years ago

Refactor the parser to parse ConfigNodes rather than Tokens.

This is based on top of https://github.com/puppetlabs/ruby-hocon/pull/52, so that should probably get merged before this is reviewed, and I can rebase on top of master.

jpinsonault commented 9 years ago

Looks good to me :+1: