From 899fa72cfebf7d6826f6b19d7cc8a9ded7e9e703 Mon Sep 17 00:00:00 2001 From: Zihan Chen Date: Tue, 17 Jan 2017 04:35:34 -0800 Subject: [PATCH] Update TODO.md --- TODO.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/TODO.md b/TODO.md index 1872ffd7..f9c2be33 100644 --- a/TODO.md +++ b/TODO.md @@ -43,18 +43,6 @@ * Member_(Field|Parameter|Property) ## Wait For A Few Releases -* Vlpp - * Regex supports UTF-16 (instead of UCS-2) on MSVC - * Redesign vl::parsing - * No need to specify allow ambiguity or not - * Escaping and Unescaping pairs (instead of only unescaping) - * Calculate ambiguous **Parse** cases, pointing out which AST need to support ambiguity - * Calculate ambiguous **ToString** cases - * Generate **ToString** algorithm - * Low overhead AST with reflection - * Error message generation - * Error recovering - * Full CFG power, no limitation * Workflow * Auto property * GacUI Resource @@ -72,6 +60,18 @@ * Enable linking to external symbols ## Low Property +* Vlpp + * Regex supports UTF-16 (instead of UCS-2) on MSVC + * Redesign vl::parsing + * No need to specify allow ambiguity or not + * Escaping and Unescaping pairs (instead of only unescaping) + * Calculate ambiguous **Parse** cases, pointing out which AST need to support ambiguity + * Calculate ambiguous **ToString** cases + * Generate **ToString** algorithm + * Low overhead AST with reflection + * Error message generation + * Error recovering + * Full CFG power, no limitation * Workflow * async, delay, yield (provider written in C++). * GacUI Resource