8000 [skip ci] Update readme · jinja2cpp/Jinja2Cpp@dcbfbc5 · GitHub
[go: up one dir, main page]

Skip to content

Commit dcbfbc5

Browse files
authored
[skip ci] Update readme
1 parent 0836553 commit dcbfbc5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Main features of Jinja2C++:
2424
- Partial support for both narrow- and wide-character strings both for templates and parameters.
2525
- Built-in reflection for C++ types.
2626
- Powerful full-featured Jinja2 expressions with filtering (via '|' operator) and 'if'-expressions.
27-
- Control statements (set, for, if).
27+
- Control statements (set, for, if, do, with).
2828
- Templates extention, including and importing
2929
- Macros
3030
- Rich error reporting.
@@ -100,12 +100,13 @@ Currently, Jinja2Cpp supports the limited number of Jinja2 features. By the way,
100100
- limited number of functions (**range**, **loop.cycle**)
101101
- 'if' statement (with 'elif' and 'else' branches)
102102
- 'for' statement (with 'else' branch and 'if' part support)
103-
- 'extends' statement
104103
- 'include' statement
105104
- 'import'/'from' statements
106105
- 'set' statement
107106
- 'extends'/'block' statements
108107
- 'macro'/'call' statements
108+
- 'with' statement
109+
- 'do' extension statement
109110
- recursive loops
110111
- space control
111112

0 commit comments

Comments
 (0)
0