CrispOSS / jabsc

ABS Compiler for Java
Apache License 2.0
1 stars 1 forks source link

Support Java type translation for a limited set #30

Open nobeh opened 9 years ago

nobeh commented 9 years ago

There are ABS types that have definitive equivalent Java type. For example, Int should be Integer or int in Java.

The compiler should be to support a limited or configurable set of such type through an external configuration or a fixed mapping.