dyoo / whalesong

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

Add missing language tower (ASL) #1

Closed dyoo closed 13 years ago

dyoo commented 13 years ago

Requirement: need support for the ASL language tower; in particular, the language in whalesong.rkt needs to not do implicit begin for the definitions, and should also have signatures just like Shriram's base cs019.rkt language.

dyoo commented 13 years ago

Done, in (planet dyoo/whalesong/cs019). Needs some testing.

dyoo commented 13 years ago

Added, and running the tests that SK's written for cs019.

Wait: except for the ones involving check-error. Will work on this tomorrow.

dyoo commented 13 years ago

Treating check-error as a separate issue. Closing.