apoch / epoch-language

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

Implement i64 and also pointer/address type #179

Closed apoch closed 8 years ago

apoch commented 8 years ago

The EpochNativeBin compiler chain needs support for integer64 types as well as an opaque "address" or "pointer" type. This will make interoperation with Win32 on ia64 much more practical.

apoch commented 8 years ago

Opaque types are best left to type aliases on further consideration.

integer64 support is stubbed in but there are some edge cases in the type checker that don't work.

apoch commented 8 years ago

Considering this done as of commit hash 50ba7751914e2e2bab4fef0113d199df6f147e6a