SCL Interpreter for Python
Only supports main function. Callable functions are not supported.
The only action statements that work are: input, display, and set.
No support for conditional statements or loops.
Supports 5 return types: integer, tbool, string, float, and void.