mmontone / djula

Common Lisp port of the Django templating language
http://mmontone.github.io/djula/djula
MIT License
152 stars 21 forks source link

Better filters arguments parsing #22

Open mmontone opened 9 years ago

mmontone commented 9 years ago

Filters arguments parsing is too limited at the moment.

For instance, in:

(djula::parse-filter-string "my-filter: x y z")

x, y and z variables are not parsed appropriately. This makes it difficult to implement filters with more than one argument, and with optional arguments.