eholk / harlan

A language for GPU computing.
Other
1.19k stars 82 forks source link

Add top level variables/constants #143

Open eholk opened 9 years ago

eholk commented 9 years ago

It'd be nice if define could define more than just functions. Top-level constants are handy in a lot of cases.

It would also be nice to be able to import constants from C, especially when calling foreign functions.