aboutsummaryrefslogtreecommitdiff
path: root/examples/unary-ops.cup
Commit message (Collapse)AuthorAgeFilesLines
* Fix examples to include return type on main functionMustafa Quraish2022-02-021-1/+1
| | | | With the fancy new type checking these are now required.
* Examples: Add example for unary ops, remove type hintsMustafa Quraish2022-01-281-0/+6
We ignore the types for now anyway, so let's just leave them out