Lucretiel / kaydle

An alternative implementation of Kat's Document Language, including serde integration
Mozilla Public License 2.0
74 stars 4 forks source link

Fix parsing of inline nodes children #12

Open stormshield-kg opened 1 year ago

stormshield-kg commented 1 year ago

Fix parsing of inline nodes children.

Lucretiel commented 1 year ago

Thanks! Will review as soon as I'm able

Lucretiel commented 1 year ago

Good catch! I believe it's necessary for the child terminator to include any single unconditional node terminator; I've left a comment in your change addressing this.