JensAyton / JATemplate

String formatting that’s convenient and less evil than printf-style formatting.
30 stars 1 forks source link

Template parser needs rewrite #1

Open JensAyton opened 11 years ago

JensAyton commented 11 years ago

The main template parser is prototype quality. It needs to be cleaner, better-tested and possibly more lenient w.r.t. whitespace.

It would be worth considering more powerful support for operator arguments, for instance string literals with escapes so arbitrary text can be used and standardised parsing for multiple arguments.