Skip to content

Commit ecab7f2

Browse files
Update README.md
1 parent a91a7fb commit ecab7f2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,14 @@ The project is under development and subject to change. At this point in time, w
2626
* semantic - semantic analyzer
2727
* stackvm - a bytecode compiler that generates stack IR (bytecode interpreter not yet available)
2828
* registervm - a bytecode compiler that generates a linear register IR and a bytecode interpreter that can execute the IR
29+
* optvm - WIP this will use an optimization pipeline, making usa of SSA transformation
2930

3031
## How can you contribute?
3132

32-
Obviously firstly any contributes that improve and fix bugs are welcome. I am not keen on language extensions at this stage, but eventually
33+
Obviously firstly any contributions that improve the implementation and/or fix bugs are welcome. I am not keen on language extensions at this stage, but eventually
3334
we will be extending the language to explore more advanced features.
3435

35-
I am also interested in creating implementations of this project in C++, Go, Rust, swift, D, C, etc. If you are interested in working on such a
36+
I am also interested in creating implementations of this project in C++, Go, Rust, Swift, D, C, etc. If you are interested in working on such a
3637
port please contact me via [Discussions](https://github.com/orgs/CompilerProgramming/discussions).
3738

3839
## Community Discussions

0 commit comments

Comments
 (0)