dyoo / whalesong

Whalesong: Racket to JavaScript compiler
http://hashcollision.org/whalesong
250 stars 30 forks source link

Implement signature library from Shriram's cs19 #34

Closed dyoo closed 12 years ago

dyoo commented 13 years ago

sig branch is the start of this. We need to keep from forking Sk's source if that's possible.

dyoo commented 12 years ago

Status: waiting to hear back from Shriram re: the signature library patches I've been working within https://github.com/dyoo/cs019-lang. They need to be incorporated before I can support them in Whalesong.

I should get structure properties in place, though, since they are used by the implementation of signature-violation structs.

dyoo commented 12 years ago

They're in now, as is the structure type property support necessary to render signature violation errors.