EndOfStream

Opcode representing end of the input stream

class EndOfStream : Token {}

Members

Functions

toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Examples

auto token = new EndOfStream();
assert(token.toString() == "EndOfStream");

Meta