buffer.compiler

Undocumented in source.

Members

Enums

TokenType
enum TokenType

lexer

Functions

lexer
Token[] lexer(string source)
Undocumented in source. Be warned that the author may not have intended to support it.
parser
Sentence[] parser(Token[] tokens)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

Field
struct Field

parser

Sentence
struct Sentence
Undocumented in source.
Token
struct Token
Undocumented in source.

Templates

LoadBufferFile
template LoadBufferFile(const string fileName)
Undocumented in source.
LoadBufferScript
template LoadBufferScript(const string src)
Undocumented in source.

Meta