From 7daeaa38ab3df851895165e904ee49d357cbbc22 Mon Sep 17 00:00:00 2001 From: manuel Date: Thu, 10 Oct 2024 17:43:33 +0800 Subject: [PATCH] Update Roadmap --- Roadmap.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Roadmap.md b/Roadmap.md index 6664ce8..5f9fdef 100644 --- a/Roadmap.md +++ b/Roadmap.md @@ -29,10 +29,10 @@ Can be implemented in parallel: ## Parsers -- [ ] health check -- [ ] file size ("locally" implement a simple function to check against a recommended and maximum file size) -- [ ] clang tidy -- [ ] cpplint -- [ ] cppcheck -- [ ] oj -- [ ] elm/elf parser! (engr100 this summer) \ No newline at end of file +- [x] health check +- [x] file size (keyword parser) +- [x] clang tidy +- [x] cpplint +- [x] cppcheck +- [x] oj +- [x] elm/elf parser! (engr100 this summer) \ No newline at end of file