curimit / SugarCpp

SugarCpp is a language which can compile to C++11.
135 stars 13 forks source link

Support function type #5

Closed curimit closed 11 years ago

curimit commented 11 years ago

Currently type name only support template. Should support type like "function<T1(T2)>".