This commit is contained in:
vczh
2015-12-29 02:17:26 -08:00
parent 2fe8d9f108
commit c3ac38d3dd
+23
View File
@@ -0,0 +1,23 @@
# TODO
* Workflow
* Interface: static method, event
* Class: base type, event, field, constructor, destructor
* Enum
* Struct
* Expression: new T{x}, Enum.Item, this, raise event
* async, delay, yield (provider written in C++)
* Workflow to C++ code generation with hint
* GacUI Resource
* Pure C++ Code Generation
* Visual State, State Machine, Animation
* ev.Event-(eval|async|delayed)
* Core
* Embedded Languages: Colorizer, AutoComplete
* Abstract Graphics API
* Controls: Chart, Ribbon, Dock Container
* New template (generated pure C++ code), remove old ones
* Release
* Workflow -> WorkflowCompiler, Workflow, WorkflowCppGen
* GacUIReflection -> GacUIReflection, GacUICompiler
* GacStudio