Now supports function calling

This commit is contained in:
Pasha Bibko
2025-05-11 15:17:07 +01:00
parent c47889a4ff
commit 2a47fd1756
9 changed files with 206 additions and 44 deletions

View File

@@ -49,6 +49,7 @@ namespace LX_Build
{
// Quits if the IR Generation fails //
// The C++ script handles all of the error message outputting //
Console.WriteLine("LX_API.GenIR threw an error");
return;
}