rust-web / twig

Twig templating engine for Rust; work in progress.
http://rust-web.github.io/twig
Other
8 stars 1 forks source link

TODO: check tail-call optimization in lexer implementation #8

Open colin-kiegel opened 8 years ago

colin-kiegel commented 8 years ago

https://doc.rust-lang.org/complement-design-faq.html#no-guaranteed-tail-call-optimization https://mail.mozilla.org/pipermail/rust-dev/2013-April/003557.html

TODO:

Nercury commented 8 years ago

I think in worst case we can keep a depth counter of some sorts.