Skip to content

Code-handling improvements!

Compare
Choose a tag to compare
@TorbenKoehn TorbenKoehn released this 05 Nov 17:35
· 133 commits to master since this release
  • dash-code is now a code-node and token, not expression anymore. Expressions stay as they are
  • Removed the possibility to have expressions on multiple lines
  • Added the possibility to do this:
- for ($i = 0; $i < 100; $i++):
    p #{$i}
- endfor;