Skip to content

v0.12

Compare
Choose a tag to compare
@adamsol adamsol released this 18 Mar 18:41
· 50 commits to master since this release
  • 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