Skip to content

Commit 900d190

Browse files
authored
Update README.md
1 parent c1ef917 commit 900d190

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,13 +66,15 @@ Run example tests:
6666
10. ~~Macros~~
6767
- Hygienic macros by example
6868
- `let-syntax, define-syntax, syntax-case`
69-
11. Bytecode & VM
69+
70+
Other features I have implemented, but are not in this compiler:
71+
1. ~~[Bytecode & VM](https://github.com/chrisnevers/jit-compiler)~~
72+
2. ~~[ML Modules](https://github.com/chrisnevers/ml-modules)~~
73+
3. ~~[Type Inference](https://github.com/chrisnevers/type-inference)~~
7074

7175
TODO:
72-
* ML Modules
7376
* Unit Testing Macros
7477
* Exceptions
7578
* LLVM
7679
* Hashtable
77-
* Type Inference
7880
* ...

0 commit comments

Comments
 (0)