It is a lot smaller that my previous one and fits better into the breadboard 🙂 I think I have also figured out why many of my PIC32 projects were crashing randomly. It appears I was setting the oscillator up incorrectly which was causing the lower spec PIC32MX2xx to try to run at the same […]
Monthly Archives: June 2014
Swift Parser Generation
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 […]
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 […]
Swift compiler is crashing for me :(
I’ve been spending a bit of time having a play with Apple’s Swift. So far I find the language to be interesting. It seems to be missing a few things. Working with strings is a real pain 🙁 Hopefully this will be fixed in later versions of the language/compiler. I’m also hitting many problems with […]
Apples Swift Langauge
I’ve been playing with the new language from Apple called Swift. It looks like it might be interesting, especially if they open it up so it can be used on other platforms. I’ve whipped up a little test app that includes a nicer way to work with NSTimer objects from Swift as the usual way […]