Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-04-18 | ast: Create AST visitor to traverse the tree | Johnny Richard | |
In the future we want to have the possibility of traverse the tree and pretty print it or generate binary for other platform like LLVM or transpile to C. This solution also implements the gas assembly x86_64 Linux code generation by using the visitor interface. Signed-off-by: Johnny Richard <johnny@johnnyrichard.com> |