seven-phases-max
|
68f97faf5d
|
Fixed empty args matching for named variadics (e.g. .mixin(@var...)).
|
2014-02-11 19:25:20 +04:00 |
|
Luke Page
|
531195c92d
|
take maths further
|
2013-01-24 22:27:17 +00:00 |
|
Alexis Sellier
|
ac226c6b7f
|
Variadic argument support
.mixin (...) {} // matches any number of arguments
.mixin () {} // matches exactly 0 arguments
.mixin (@a: 1) {} // matches 0-1 arguments
|
2012-02-28 17:42:29 +01:00 |
|
cloudhead
|
9f0734ed59
|
(test) mixin calls throw an error now, if no patterns match
|
2010-06-07 18:22:23 -04:00 |
|
cloudhead
|
d08ffaed62
|
whitespace
|
2010-05-04 20:37:14 -04:00 |
|
cloudhead
|
59bd32bb12
|
be more flexible, pattern matching
|
2010-05-04 20:37:06 -04:00 |
|
cloudhead
|
d56feee6f0
|
Support for pattern-matching on mixin calls.
|
2010-04-25 00:09:40 -04:00 |
|