Skip to content

Commit f9be158

Browse files
Update README
1 parent ba4e9c1 commit f9be158

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ The project is under development and subject to change. At this point in time, w
2424
* [parser](./parser/README.md) - a recursive descent parser and AST.
2525
* [types](/types/README.md) - the type definitions.
2626
* [semantic](./semantic/README.md) - semantic analyzer.
27-
* [stackvm](./stackvm/README.md) - a compiler that generates IR for a stack based virtual machine.
27+
* [stackvm](./stackvm/README.md) - a compiler that generates IR for a stack based virtual machine. There is no interpreter for this instruction set yet.
2828
* [registervm](./registervm/README.md) - a compiler that generates a so called three-address IR and an interpreter that can execute the IR.
2929
* [optvm](./optvm/README.md) - WIP optimizing compiler with SSA transformation, constant propagation, graph coloring register allocation
3030
targeting an abstract machine. Includes Interpreter to run the abstract machine.
31-
* [seaofnodes](./seaofnodes/README.md) - WIP compiler that generates Sea of Nodes IR, using SoN backend from [Simple](https://github.com/SeaOfNodes/Simple).
32-
Will generate native code.
31+
* [seaofnodes](./seaofnodes/README.md) - WIP compiler that generates Sea of Nodes IR, using SoN backend from [Simple Chapter 21](https://github.com/SeaOfNodes/Simple).
32+
Generate native code for X86-64, AArch64 and RISC-V.
3333

3434
## How can you contribute?
3535

0 commit comments

Comments
 (0)