Push to git

This commit is contained in:
2025-01-08 09:59:16 -06:00
parent 36d985cc57
commit dad571f169
28 changed files with 983 additions and 181 deletions

View File

@ -23,6 +23,8 @@ namespace Tesses::CrossLang {
std::string EscapeString(std::string text,bool quote);
Tesses::Framework::Filesystem::VFSPath GetRealExecutablePath(Tesses::Framework::Filesystem::VFSPath realPath);
enum TVMVersionStage : uint8_t
{
DevVersion=0,
@ -641,7 +643,7 @@ class Parser {
}
THeapObjectHolder()
{
this->obj = obj;
}
};
class MethodInvoker {