Start rts thing

This commit is contained in:
Krzosa Karol
2023-04-17 21:51:41 +02:00
parent 7cb4b7145f
commit 013db0f985
4 changed files with 94 additions and 45 deletions

View File

@@ -14,7 +14,7 @@ static void core_init_compiler(Core_Ctx *ctx, Allocator *allocator) {
pctx = ctx;
ctx->emit_type_info = true;
ctx->emit_line_directives = false;
ctx->emit_line_directives = true;
ctx->debugger_break_on_compiler_error = true;
ctx->same_scope_token = {SAME_SCOPE};