issues
search
flyx
/
emerald
HTML5 templating engine for Nimrod
Do What The F*ck You Want To Public License
95
stars
9
forks
source link
Get code to compile on nim devel (fixes #1)
#2
Closed
jovial
closed
9 years ago
jovial
commented
9 years ago
Here is a proposed fix for #1. The changes were:
defer now a keyword
no longer get nnkDo when not using do-notation: see Araq/nim#1120
I changed a quit to raise an exception (for line debugging info)
Here is a proposed fix for #1. The changes were: