A templating engine for C++ applications.
Go to file
Tomasz Sowa b047a10e8d added: "this" virtual field for a table - only if the next field is not an object
e.g.:
       [for space_object]
       	    [space_object.this] instead of [space_object "current"]
       [end]
       "this" can be nested, e.g. if we have two nested tables:
       [for space_object]
          [for space_object.this]
             [space_object.this.this]
          [end]
       [end]

removed: "current" parameter for tables
2021-09-23 04:02:34 +02:00
src added: "this" virtual field for a table - only if the next field is not an object 2021-09-23 04:02:34 +02:00
.editorconfig added .editorconfig file 2021-06-16 14:21:08 +02:00
.gitignore added .gitignore file 2021-02-17 17:06:12 +01:00
COPYRIGHT changed: a function can have a postfix now e.g. [my_function:my_postfix] 2016-04-04 15:53:11 +00:00