onionhammer / nim-templates

A simple string templating library for Nim
BSD 3-Clause "New" or "Revised" License
93 stars 9 forks source link

proposal to add support for comments #10

Open enthus1ast opened 4 years ago

enthus1ast commented 4 years ago

it would be nice to have support for commenting.

onionhammer commented 4 years ago

That's a great idea, do you think you could submit a PR?

enthus1ast commented 4 years ago

any idea about the syntax?

onionhammer commented 4 years ago

Probably $# prefix, I wouldn't try to do multi-line right off the bat.