|
MXVM 1.8.1
Virtual Machine, Compiler, and Pascal Frontend
|
Syntax-highlighted HTML generation from MXVM source code. More...
#include "mxvm/html_gen.hpp"#include "mxvm/instruct.hpp"#include <algorithm>#include <cctype>#include <unordered_set>
Go to the source code of this file.
Namespaces | |
| namespace | mxvm |
Functions | |
| static std::unordered_set< std::string > | mxvm::buildInstructionSet () |
| static std::unordered_set< std::string > | mxvm::buildKeywordSet () |
Variables | |
| static const std::unordered_set< std::string > | mxvm::kInstructions = buildInstructionSet() |
| static const std::unordered_set< std::string > | mxvm::kKeywords = buildKeywordSet() |
| static const std::unordered_set< std::string > | mxvm::kTypes |
Syntax-highlighted HTML generation from MXVM source code.
Definition in file html_gen.cpp.