Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
sam-gc committed Apr 19, 2016
2 parents 73f07fc + 4b47051 commit defe8fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ func main()
func main()
{
var i = new int(5) -- Allocate new integer
puts i^ -- Dereference the pointer
puts i! -- Dereference the pointer
} -- Memory automatically freed
```

Expand Down Expand Up @@ -73,7 +73,7 @@ func main()
| Code compilation | 32-bit code generation | Reference counting in class contexts | Nested geneerators |
| Basic reference counting | Static variables | Counted variables in loops | Reference counting in generators |
| Multiple file compilation | Imports and exports | | Debug information |
| Control flow (if/elif/else, for, etc) | Type system (missing unsigned numeric types) |
| Control flow (if/elif/else, for, etc) | Type system |
| Optimization (with levels) | C-ABI compatibility (no passing `structs` by value) |
| Functions, closures, generators | Errors and warnings |
| Object orientation (classes, interfaces, views) |
Expand Down

0 comments on commit defe8fd

Please sign in to comment.