Age | Commit message (Collapse) | Author | |
---|---|---|---|
7 days | np: codegen: Implement initial stack based codegen | Ian Moffett | |
This commit introduces the groundwork for the AMD64 PIIR backend. We will not follow through with the plans of using abstract syntax trees as they'll overly complicate the project. Instead we'll utilize a ring buffer to store the list of instructions and a stack machine for the IR code. Signed-off-by: Ian Moffett <ian@osmora.org> | |||
7 days | kern: np: Create codegen/ directory | Ian Moffett | |
Signed-off-by: Ian Moffett <ian@osmora.org> |