apoch / epoch-language

Home of the Epoch Programming Language Project
Other
72 stars 3 forks source link

Implement unary operators #67

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Implement support for unary operators and op-assignment combinations:

++foo
foo++
foo += bar
!baz

etc.

Original issue reported on code.google.com by don.ap...@gmail.com on 4 Oct 2010 at 4:23

GoogleCodeExporter commented 9 years ago
Implementation completed and committed.

Original comment by don.ap...@gmail.com on 10 Oct 2010 at 4:36