Interpreter

Undocumented in source.

Members

Aliases

IR
alias IR = InterpreterResult
Undocumented in source.

Enums

Kind
enum Kind
Undocumented in source.

Functions

classify
Kind classify(char[] input)
Undocumented in source. Be warned that the author may not have intended to support it.
interpret
IR interpret(const(char)[] line)
Undocumented in source. Be warned that the author may not have intended to support it.
parse
bool parse(Token[] tokens)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_engine
Engine _engine;
Undocumented in source.
_incomplete
Appender!(char[]) _incomplete;
Undocumented in source.

Meta