stephen-swensen / nl-compiler

A compiler for NL, a statically typed programming language targeting .NET
1 stars 0 forks source link

Expand support of .NET numeric primitive types #33

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Currently we have strong support for .NET Int32 and Double primitive types, 
which includes literal constants, implicit and explicit coercion, and 
optimization (i.e. constants folding). We should expand this support to all 
.NET numeric primitives such as Int8, Int16, ...

Original issue reported on code.google.com by stephen....@gmail.com on 5 Dec 2011 at 10:57

GoogleCodeExporter commented 9 years ago

Original comment by stephen....@gmail.com on 29 Dec 2011 at 8:18

GoogleCodeExporter commented 9 years ago

Original comment by stephen....@gmail.com on 29 Dec 2011 at 4:00

GoogleCodeExporter commented 9 years ago
we will not be addressing unative and native primitive types in this issue, but 
all other primitive numeric types will be addressed.

Original comment by stephen....@gmail.com on 30 Dec 2011 at 3:31

GoogleCodeExporter commented 9 years ago

Original comment by stephen....@gmail.com on 30 Dec 2011 at 4:45