When we're skipping comments but retaining newlines, we need to do some slight-of-hand because single-line comment tokens contain the newline that terminates them (for simpler handling of lead doc comments) but our parsing can be newline-sensitive. To allow for this, as a special case we transform single-line comment tokens into newlines when in this situation, thus allowing parser code to just worry about the newlines and skip over the comments.
Description
fork of https://github.com/hashicorp/hcl
because issue :
https://github.com/hashicorp/hcl/issues/290
these code permit use of "nested" field decoding which is just composite struct
Languages
Go
83.7%
Ragel
10.2%
reStructuredText
4.4%
Ruby
0.5%
Python
0.3%
Other
0.8%