Skip to content

Commit c57b109

Browse files
committed
Update TODO list
1 parent 62dd966 commit c57b109

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

TODO.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,20 @@
11
# TODO
22

3-
* [ ] Base engine
3+
* [x] Base engine
44
* [x] Parser
55
* [x] Renderer
66
* [x] Data binding
7-
* [ ] Functions
8-
* [ ] Data context
7+
* [ ] Functions (add more...)
8+
* [x] Base Data context
9+
* [ ] Extended Data context (auto call getters)
910
* [x] Query resolver
1011
* [x] DataTable
1112
* [x] SelectItemsList (KeyValuePair[])
1213
* [x] Conditions (if/elseif/else)
13-
* [x] Loops (foreach)
14+
* [x] Loops (foreach, for)
1415
* [x] Iterate the tokenizer until we don't find a token
1516
* [x] Eval context
16-
* [ ] Component declaration
17+
* [x] Component declaration
1718
* [x] Fragment include
18-
* [x] Fragment extend
19+
* [x] Fragment extend
20+
* [x] Abstract templates

0 commit comments

Comments
 (0)