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 …
Tag Archives: parser
The first stage of my port of pegged to Swift is successful :)
I have managed to get the Objective-C version of pegged to spit out a parser using Swift rather than Objective-C 🙂 It’s getting late, so I really should get some sleep. I finally figured out what was causing the compiler to crash. Â The following code will crash the Swift compiler unless the inout parameter to …
Continue reading “The first stage of my port of pegged to Swift is successful :)”