mie: move mie_ctx to a separate header

This commit is contained in:
2025-04-17 22:02:10 +01:00
parent 7b8d77a264
commit abb7cfaf0e
6 changed files with 246 additions and 218 deletions

View File

@@ -5,6 +5,7 @@
#include <ivy/lang/ast.h>
#include <ivy/lang/lex.h>
#include <mie/builder.h>
#include <mie/ctx.h>
struct ivy_codegen;
struct ivy_ast_node;