Code-handling improvements!
dash
-code is now acode
-node and token, notexpression
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;