v0.12
- New parser (much faster than ANTLR, no Python dependencies now)
- New syntax for class inheritance:
class B: A def
- New syntax for container comprehensions:
[for x in 1..5 yield x %% 2]
- Support for comprehensions without iteration:
[if x yield y]
- Improved error handling
- A few bugfixes