OPTABLE

version(COMPILE && MARS)
extern (C++) nothrow
struct OPTABLE {
ubyte tokn;
ubyte oper;
const(char)* string;
const(char)* pretty;
}
Suggestion Box / Bug Report