|
MXVM 1.8.1
Virtual Machine, Compiler, and Pascal Frontend
|

Files | |
| ast.hpp | |
| AST node hierarchy for the MXVM parser using the Visitor pattern. | |
| function.hpp | |
| Dynamic function loader using dlopen/dlsym for runtime symbol resolution. | |
| html_gen.hpp | |
| HTML documentation generator from MXVM source code. | |
| icode.hpp | |
| Intermediate code representation, execution engine, and native x64 code generation (SysV + Win64). | |
| instruct.hpp | |
| Instruction set enum, operand/instruction structs, variable types, and Variable/Variable_Value definitions. | |
| mxvm.hpp | |
| Main MXVM header aggregating all subsystem includes. | |
| parser.hpp | |
| Parser that tokenizes and parses MXVM source into programs, handles modules/objects, and dispatches code generation. | |
| valid.hpp | |
| Validator for MXVM programs — checks variable/label usage and instruction operand specifications. | |
| version_info.hpp | |