From 9892883b337e74570d32615f0e9d4d55f0b19891 Mon Sep 17 00:00:00 2001 From: Hanmin Kim Date: Thu, 8 Feb 2024 14:22:26 -0500 Subject: [PATCH] update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 5e14365..954020b 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Middle-End: - [ ] Various Code Optimizations Back-End: -- [ ] Code Generation into HMASM +- [x] Code Generation into HMASM Linker: - [ ] Combine HMASM to .mcfunction files @@ -43,14 +43,14 @@ Parses: - [ ] Macro system - [ ] Execute Context - [ ] Dynamic Access -- [ ] Modules +- [x] Modules Other Features: - [ ] Configurations - [ ] External Module System - - [ ] Importing Modules - - [ ] Exporting Modules - - [ ] Module Resolution + - [x] Importing Modules + - [x] Exporting Modules + - [x] Module Resolution Setup Tool: - [ ] Setup tool to install BlastFurnace