Remove codegen as submodule and just add it in place

This commit is contained in:
2025-03-02 13:28:26 +00:00
parent fb512e4a15
commit 96db885344
5 changed files with 304 additions and 6 deletions

View File

@@ -1,8 +1,8 @@
from pathlib import Path
from dataclasses import dataclass, field
from codegen.constants import WAPP_SRC_ROOT
from codegen.lib.codegen.utils import load_func_body_from_file
from codegen.lib.codegen.datatypes import (
from codegen.utils import load_func_body_from_file
from codegen.datatypes import (
CDataType,
CStruct,
CFunc,