apoch / epoch-language

Home of the Epoch Programming Language Project
Other
72 stars 3 forks source link

Implement 64-bit type matching #186

Closed apoch closed 7 years ago

apoch commented 8 years ago

Type matchers are currently not bound at all to the LLVM infrastructure in the 64-bit compiler. This will need to be addressed soon after basic sum type functionality is in place.

Blocks #184

apoch commented 7 years ago

First tests of type dispatch passed today. There are still many loose ends to tie up, but they're at least marked off as TODO comments now.