|
MXVM 1.8.1
Virtual Machine, Compiler, and Pascal Frontend
|
Pascal code generator helper methods and builtin function handler implementations. More...

Go to the source code of this file.
Namespaces | |
| namespace | pascal |
Functions | |
| static std::string | pascal::toLower (const std::string &s) |
| Convert a string to lowercase for case-insensitive comparison. | |
Variables | |
| std::unordered_set< std::string > | pascal::sdlFunctions |
| std::unordered_set< std::string > | pascal::stdFunctions |
| static std::unordered_set< std::string > | pascal::fileFunctions |
Pascal code generator helper methods and builtin function handler implementations.
Definition in file icode_imp.cpp.