Skip to content

Commit

Permalink
update TODO file a bit.
Browse files Browse the repository at this point in the history
  • Loading branch information
kjs committed Jun 2, 2012
1 parent 47657f9 commit ba93f82
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions TODO.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,21 +29,21 @@ What's working?
* if-statements
* for-statements
* break statements (in loops)
* switch statements
* boolean expressions (>, <)
* !, && and || logical operators.
* math expressions (+, -, /, etc.)
* ==, !=, >, <, <=, >= comparison operators.
* pre and postfix ++ and -- operators.
* unary minus op.

* array access (x[42] = 3; x = y[3])

What's not working?
-------------------
* function calls (mostly the returns); parameters/arguments.
* namespaces
* PMC and struct definitions (incl methods)
* return statements
* switch statements
* boolean expressions (e.g., >, <)
* advanced field access (a.b, a->b, etc.)
* pointers, objects (int *x;), null, new.m
* arrays (and initializations)
Expand Down

0 comments on commit ba93f82

Please sign in to comment.