mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-04 21:08:40 +00:00
split eval systems, to decouple types/exprs/parsing (debug info dependent), from irization (macro map dependent), from interpretation (completely independent of the former two stages & all their dependencies)
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
// Copyright (c) 2024 Epic Games Tools
|
||||
// Licensed under the MIT license (https://opensource.org/license/mit/)
|
||||
|
||||
#include "eval/generated/eval.meta.c"
|
||||
#include "eval/eval_types.c"
|
||||
#include "eval/eval_parse.c"
|
||||
#include "eval/eval_ir.c"
|
||||
#include "eval/eval_interpret.c"
|
||||
#include "eval/eval_bundles.c"
|
||||
Reference in New Issue
Block a user