nitnelave / hopper

Programming language
Other
2 stars 0 forks source link

Add support for pointers #33

Open nitnelave opened 7 years ago

nitnelave commented 7 years ago

Pointers are non-null, and can only (for now) be obtain by taking a reference.

Needs:

nitnelave commented 7 years ago

For now, allow returning references to local variables, but we'll have to work on that.