Commit Graph

7 Commits

Author SHA1 Message Date
Pasha Bibko
2a47fd1756 Now supports function calling 2025-05-11 15:17:07 +01:00
Pasha Bibko
5339df9b36 Refactored how logging works
Made it central reusable logic. No longer needs to be passed around, opened or closed.
2025-05-05 23:55:22 +01:00
Pasha Bibko
616ed1ca21 Refactored error handling
Now uses base error class which has an abstract function for overiding how it is displayed to the console.
2025-05-05 15:44:59 +01:00
Pasha Bibko
a16ce34c8b Small changes 2025-05-04 20:12:44 +01:00
Pasha Bibko
f88c1e0455 Made the outputted .exe be run on built
Outputs the exit code of the process as that is currently the only way to output information with the language.
2025-05-04 13:53:19 +01:00
Pasha Bibko
8d9c850206 COMPILES TO EXE 2025-05-03 21:48:16 +01:00
Pasha Bibko
cb26d373ae Added C# project for calling the different modules 2025-05-03 17:04:37 +01:00