sam-astro 83404f266f
Changed many function inputs to const
Removed unnecessary loops in ExecuteFunction which used a lot of time. Function arguments also now no longer require a type, just a name. Also, functions don't need a pre-defined return value (ex. void or int), and just have a functions declarer 'func' before the name.
2022-01-05 08:37:28 -05:00
2021-12-24 22:28:43 -05:00
2021-12-24 22:31:40 -05:00
2021-12-24 22:28:46 -05:00

Slang

Description
Custom programming interpreter for ZSharp (Z#), a custom game programming language I made
Readme MIT 3.5 MiB
Languages
C++ 71.2%
CMake 9.3%
C 8.2%
Makefile 6.5%
Inno Setup 4.8%