djrieger / mjplusplus

A compiler for the MiniJava language
http://djrieger.github.io/mjplusplus/doc/doxygen/html/
6 stars 1 forks source link

static PrimaryTypes in ast::Type #27

Open BigPeet opened 9 years ago

BigPeet commented 9 years ago

Currently we construct a new Type-Object for every boolean and int. Using a singleton instance of those might be useful