hunt.framework.view.Lexer

Undocumented in source.

Members

Enums

Keyword
enum Keyword
Undocumented in source.
Operator
enum Operator
Undocumented in source.
Type
enum Type
Undocumented in source.

Functions

isBeginingKeyword
bool isBeginingKeyword(Keyword kw)
Undocumented in source. Be warned that the author may not have intended to support it.
isBoolean
bool isBoolean(string key)
Undocumented in source. Be warned that the author may not have intended to support it.
isCmpOperator
bool isCmpOperator(Operator op)
Undocumented in source. Be warned that the author may not have intended to support it.
isIdentOperator
bool isIdentOperator()
Undocumented in source. Be warned that the author may not have intended to support it.
isKeyword
bool isKeyword(string key)
Undocumented in source. Be warned that the author may not have intended to support it.
isNewLine
bool isNewLine(dchar ch)
Undocumented in source. Be warned that the author may not have intended to support it.
isOperator
bool isOperator(string key)
Undocumented in source. Be warned that the author may not have intended to support it.
isWhiteSpace
bool isWhiteSpace(dchar ch)
Undocumented in source. Be warned that the author may not have intended to support it.
toKeyword
Keyword toKeyword(string key)
Undocumented in source. Be warned that the author may not have intended to support it.
toOperator
Operator toOperator(string key)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

Lexer
struct Lexer(string exprOpBegin, string exprOpEnd, string stmtOpBegin, string stmtOpEnd, string cmntOpBegin, string cmntOpEnd, string stmtOpInline, string cmntOpInline)
Undocumented in source.
Position
struct Position
Undocumented in source.
Token
struct Token
Undocumented in source.

Meta