Carthage / ogdl-swift

An OGDL parser, written in Swift (experimental)
MIT License
18 stars 9 forks source link

Support for comma-separated siblings #6

Open robrix opened 9 years ago

robrix commented 9 years ago

foo, bar should parse two sibling nodes foo and bar.

jspahrsummers commented 9 years ago

Split groups out into https://github.com/Carthage/ogdl-swift/issues/7, since they can be done independently.

robrix commented 9 years ago

:+1: