Evaluate function calls properly.

- `fun(f())` is now possible
- Anonymous can take normal strings
- Tests for `%()`
This commit is contained in:
cloudhead
2010-04-30 14:07:05 -04:00
parent d75becf9ba
commit a4d4d55693
4 changed files with 18 additions and 9 deletions

View File

@@ -12,4 +12,6 @@
saturate: #203c31;
desaturate: #29332f;
greyscale: #2e2e2e;
format: "rgb(32, 128, 64)";
eformat: rgb(32, 128, 64);
}