You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*[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.
28
28
*[registervm](./registervm/README.md) - a compiler that generates a so called three-address IR and an interpreter that can execute the IR.
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.
0 commit comments