A templating engine for C++ applications.
Go to file
Tomasz Sowa 86d0b7d886 changed the semantic of [for ...] loops, we have 'val' keyword now for referencing child objects
sample:
[for mylist]
  [mylist.val]
[end]
before we use 'this' but only for POD simple types, now we use 'val' for all types
2021-11-23 19:40:52 +01:00
src changed the semantic of [for ...] loops, we have 'val' keyword now for referencing child objects 2021-11-23 19:40:52 +01: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