curvedmark / roole

A language that compiles to CSS
http://roole.org
MIT License
342 stars 21 forks source link

Support list concatenation using + #106

Open curvedmark opened 11 years ago

curvedmark commented 11 years ago

[0 1] + 2 -> [0 1 2] -1 + [0, 1] -> [-1, 0, 1] [0 1] + [2, 3] -> [0 1 2, 3]