MXVM 1.8.1
Virtual Machine, Compiler, and Pascal Frontend
Loading...
Searching...
No Matches
html_gen.cpp File Reference

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>
Include dependency graph for html_gen.cpp:

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

Detailed Description

Syntax-highlighted HTML generation from MXVM source code.

Author
Jared Bruni

Definition in file html_gen.cpp.