AZHenley / knox

A toy programming language written in Go that compiles to C.
MIT License
96 stars 7 forks source link

Syntax for manual memory management #170

Open AZHenley opened 4 years ago

AZHenley commented 4 years ago

var x : Foo = new Foo; delete Foo;