whoward / cadenza

parser and renderer library for liquid-like templates
13 stars 6 forks source link

Keyword Arguments for functions/blocks #29

Open whoward opened 9 years ago

whoward commented 9 years ago

Use keyword arguments for all parameters to functions and blocks.

If possible it would be great if we could mix kwargs and regular args like ruby 2.0 does