From 275b09a080ac9cd02011ff827554630b4fc6f544 Mon Sep 17 00:00:00 2001 From: Kevin Chabowski Date: Mon, 26 Sep 2011 00:10:07 +0200 Subject: Better error messages. Also corrected some minor bugs and typos. * Error messages now include the name of the template and the line where the error occurred. * `instanceof Text` is no longer valid, must be `instanceof TextNode`. * The Precompiler is now a own function. * ste:if subcompiler fixed. --- README.markdown | 3 --- 1 file changed, 3 deletions(-) (limited to 'README.markdown') diff --git a/README.markdown b/README.markdown index bfaa4ad..37c10ae 100644 --- a/README.markdown +++ b/README.markdown @@ -24,9 +24,6 @@ Why should you use it? Annoying things. ---------------- -* The error messages the parser returns, when your template has errors, are not - very helpful, i.e. the position of the error is not returned. You have to seek - it yourself. * No caching. Could be slow on websites with many hits. WARNING -- cgit v1.2.3-54-g00ecf