Skip to content

Commit

Permalink
chore(README): update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SmartPolarBear committed Jul 10, 2021
1 parent 11708c4 commit 3d9b1b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ This project is built with

|Naive CLOX|Typed CLOX|CLOXc
|----------|----------|---------|
✅ Basic language features<br><br> **Release: [First preview version of clox interpreter](https://github.com/SmartPolarBear/clox/releases/tag/v0.1.0)** | ✅ Extended language features (Mainly OOP) <br> 🔄 Full test coverage 🔄 Refined REPL experience <br> ❌ Introduce the LOX standard library | ❌ Make CLOX a static-typed language. A dynamic subset of lox will be available as well. <br> ❌ Compile Typed-CLOX to binary executable with LLVM <br> ❌ Complete implementation of LOX standard library |
✅ Basic language features<br><br> **Release: [First preview version of clox interpreter](https://github.com/SmartPolarBear/clox/releases/tag/v0.1.0)** | ✅ Extended language features (Mainly OOP) <br> 🔄 Full test coverage <br> 🔄 Refined REPL experience <br> ❌ Introduce the LOX standard library | ❌ Make CLOX a static-typed language. A dynamic subset of lox will be available as well. <br> ❌ Compile Typed-CLOX to binary executable with LLVM <br> ❌ Complete implementation of LOX standard library |

✅ Supported | 🔄 In progress | ❌ In plan

Expand Down

0 comments on commit 3d9b1b4

Please sign in to comment.