-
Notifications
You must be signed in to change notification settings - Fork 2
Roadmap
Bohdan Makohin edited this page Jun 10, 2013
·
13 revisions
Last Update: March 2013
This document describes the high-level roadmap for HxDtl.
HxDtl releases are versioned according to Sematic Versioning:
MAJOR.MINOR.BUGFIX
- High Level API for template engine
- Support of custom tags and filters
- Fully supported targets:
- Neko
- C++
- JavaScript
- Flash
- Support of Haxe 3.0.0
- Syntax: variables, tags, filters, comments
- Built-in tags:
- comment
- filter
- for
- for ... empty
-
if
- and, or, not
- ==, !=, <, >, <=, >=
- Built-in filters:
- add
- default
- length
- Template API: configurable
Environment
andTemplate
classes - Fully supported targets:
- Neko
- C++