From 6ea6033501bfcc61e007ef37d63c475b031ae1a6 Mon Sep 17 00:00:00 2001 From: vczh Date: Sat, 15 Jan 2022 20:13:22 -0800 Subject: [PATCH] Update TODO.md --- TODO.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/TODO.md b/TODO.md index ed8d7f50..bd9d754e 100644 --- a/TODO.md +++ b/TODO.md @@ -2,13 +2,14 @@ See `TODO.md` in each repos. +## Roadmap + +- Reimplement C++ parser in vczh-libraries/Document using this project. + - Move all test cases to `BuiltIn_CppDoc`. +- Refactor vczh-libraries/Document to generate document using the new parser but skip the code index temporary. +- Create a new repo `BuildTools` and adapt the release license instead of the development license. +- Revisit Hero DB (prolog is a bad idea, use a simple FPL with additional `query` syntax for querying) + ## Ubuntu Development Environment - Consider recognize referenced projects automatically. - -## GacUI Tutorials - -## New Repos - -- Hero DB -- VlppParser2