Arena
1.0
A content management system
|
This file defines several classes that aid in determining the semantics of a Markdown-style computer language. More...
Classes | |
class | Plugins.Content.Parse.Lex.Languages.MarkdownOpcode |
Markdown opcodes understood by the parser. More... | |
class | Plugins.Content.Parse.Lex.Languages.AMarkdownLanguage |
A class that represents the syntax and rules of a Markdown-style language. More... | |
Variables | |
dictionary | Plugins.Content.Parse.Lex.Languages.MarkdownOpcodes |
Translates opcode literals into opcode values. | |
dictionary | Plugins.Content.Parse.Lex.Languages.MarkdownRules |
Markdown syntax rulesets. | |
dictionary | Plugins.Content.Parse.Lex.Languages.MarkdownCharacterTypes |
Markdown character types. More... | |
This file defines several classes that aid in determining the semantics of a Markdown-style computer language.