I’ve been fascinated by the Scala language since I first saw it. I’ve been fortunate enough to be able to use Scala in a couple of projects. One of the parts of the Scala standard library I really like is the parser combinator stuff. Â I’ve been spending a bit of time recently playing with some ideas as to how something like it could be made for the new Swift language from Apple and I’ve made a first cut here.
It still needs a lot of work, but at the moment it is usable. Â What I’m thinking is I will use it as the basis of a much nicer one that follows the Scala version more closely now that I have a better understanding of how Swift works. Â I doubt I’ll be able to make it a nice as the Scala one, but I may be able to get close with any luck 🙂
You parsered my understanding quite some time ago 😉
We are so proud of you Daniel.