- Implemented simple rule for optional semicolons:
  Semicolons are terminators for statements as in C,
  but if followed by a "}" they are not required.
  This is easy to understand and produces the desired
  result for statements.
- Updated todo.txt.

SVN=113198
6 files changed
tree: 9226b54444be8563c2cb023a3f2002bd6cdc5aaf
  1. doc/
  2. src/
  3. tests/