fixed code style, moved dom tree building to IR

This commit is contained in:
ALEXks
2025-05-30 11:34:32 +03:00
parent 4e16638c36
commit d3e8c481d2
11 changed files with 155 additions and 213 deletions

View File

@@ -1,5 +1,7 @@
#pragma once
#include "../Distribution/Array.h"
enum varType { SCALAR, ARRAY, CONST, ANOTHER };
struct CommonVariableUse

View File

@@ -1,3 +1,3 @@
#pragma once
#define VERSION_SPF "2422"
#define VERSION_SPF "2423"