archimag / cl-closure-template

Common Lisp implementation of Google's Closure Templates.
Other
71 stars 23 forks source link

User Print directives #22

Closed alexey-martynov closed 11 years ago

alexey-martynov commented 11 years ago

Add user print directive support to the Common Lisp and Javascript/RequireJS backends.

The parser for standard print directives is refactored to handle whitespace in the single place.

archimag commented 11 years ago

Great!