Carthage / ogdl-swift

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

Update Madness to master #11

Open ghost opened 9 years ago

ghost commented 9 years ago

Now ogdl-swift is using an really old version of Madness. Meanwhile Madness made Parser generic for all CollectionType's instead of only String and this is a big change in the api, so i thought this PR would make it a bit easier to move to the next official release :smile:.

robrix commented 9 years ago

:+1: this is very helpful, thank you.

robrix commented 9 years ago

Spaces/tabs thing is the only thing I noticed. Thanks for the PR! :+1:

ghost commented 8 years ago

Finally fixed indentation. Sorry that it took so long :disappointed:. Now working on converting it to swift 2, but i will do that in another PR.