diff options
author | Johnny Richard <johnny@johnnyrichard.com> | 2023-04-18 07:13:55 +0200 |
---|---|---|
committer | Carlos Maniero <carlosmaniero@gmail.com> | 2023-04-18 09:54:50 -0300 |
commit | e3761429de464c42cc2798dc858bf6b43883d9dc (patch) | |
tree | 7a0d37205db4aadc6fc079c5474cb3d36fd25328 /src/lexer.c | |
parent | bf2bbaf31487a3935f1a27dc51886d6f53c3d73d (diff) |
ast: Create AST visitor to traverse the tree
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>
Diffstat (limited to 'src/lexer.c')
0 files changed, 0 insertions, 0 deletions