Roberto Saccon
|
7415eacb7b
slighly modified body_ast, now a treewalker record traverses all nodes (will be required for load tag and also for cleanup of currently not-sideeffect-free counter)
|
17 years ago |
Roberto Saccon
|
1c6e8cdda9
renamed htmltags to customtags and added an error test
|
17 years ago |
Roberto Saccon
|
6560b7c789
renamed custom tags folder
|
17 years ago |
Roberto Saccon
|
132ebf9158
added load tag (not fully functional yet)
|
17 years ago |
Roberto Saccon
|
3affad370a
render function cannot anymore have user defined different name than "render"
|
17 years ago |
Evan Miller
|
79c30e5cfb
1. Support variable names in for expressions (e.g., for x in foo.bar)
|
17 years ago |
Roberto Saccon
|
07dd765215
improved error messages
|
17 years ago |
Roberto Saccon
|
cc03783fc4
activating bug reporting again (was commented out)
|
17 years ago |
Roberto Saccon
|
63dc3838e2
added possibility to overwrite template file access function
|
17 years ago |
Roberto Saccon
|
15f9ab01f5
svn ignore parser source
|
17 years ago |
Roberto Saccon
|
8ca45475b6
remove parser from repository (contains hardcoded, local paths, need to be rebuilt for each installation)
|
17 years ago |
Evan Miller
|
3471f68729
Unescape quoted string literal before comparing it inside an ifequal clause.
|
17 years ago |
Evan Miller
|
677116dc35
* Support for unpacking tuples in a for loop.
|
17 years ago |
Roberto Saccon
|
7ebb7dd1f2
added ifnotequal tag
|
17 years ago |
Roberto Saccon
|
15fa5ce1e7
added ifequal tag
|
17 years ago |
Roberto Saccon
|
ba6f11e395
fixed compile_all command in demo
|
17 years ago |
Roberto Saccon
|
941d1e9b85
removed the gen_server and supervisor stuff
|
17 years ago |
Roberto Saccon
|
6d8b7835ba
removed some too-experimental stuff
|
17 years ago |
Roberto Saccon
|
e21125a525
added variable presetting, more tests and fixed if tag
|
17 years ago |
Roberto Saccon
|
a05728a413
bugfix error detection
|
17 years ago |
Roberto Saccon
|
475f9cd3e0
cleanup, deleted some old stuff
|
17 years ago |
Roberto Saccon
|
058e4e0dce
more work on error detection (but not complete yet)
|
17 years ago |
Roberto Saccon
|
bf70c6878b
exporting only render/0, render/1, source/0, dependencies/0
|
17 years ago |
Evan Miller
|
cc03484ef7
* New function: dependencies/0 returns list of files parsed during template compilation (excluding the original file)
|
17 years ago |
Roberto Saccon
|
e2a19abdb4
implemented error catching, (not done yet: error throwing)
|
17 years ago |
Roberto Saccon
|
a03c780deb
added for_list compile function
|
17 years ago |
Roberto Saccon
|
a8ad9bde0d
typo
|
17 years ago |
Evan Miller
|
39bf9f014e
Enabled auto-escaping for string literals and variable attributes.
|
17 years ago |
Evan Miller
|
2afc2effcb
Fix up indentation. (No more tabs!)
|
17 years ago |
Evan Miller
|
74345a562b
* Added tests for:
|
17 years ago |