hunt-framework v3.4.6-rc.1 (2021-07-27T09:22:38Z)
Home
Dub
Repo
Position
hunt
framework
view
Lexer
Undocumented in source.
struct
Position {
string
filename
;
ulong
line
;
ulong
column
;
string
toString
();
}
Members
Functions
toString
string
toString
()
column
ulong
column
;
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
filename
string
filename
;
Undocumented in source.
line
ulong
line
;
Undocumented in source.
Meta
Source
See Implementation
hunt
framework
view
Lexer
enums
Keyword
Operator
Type
functions
isBeginingKeyword
isBoolean
isCmpOperator
isIdentOperator
isKeyword
isNewLine
isOperator
isWhiteSpace
toKeyword
toOperator
structs
Lexer
Position
Token