Update TODO.md

This commit is contained in:
vczh
2022-01-15 20:13:22 -08:00
parent 0a7bf9b4f7
commit 6ea6033501
+8 -7
View File
@@ -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