djinja v0.1.0-beta.2 (2018-11-08T09:46:14Z)
Home
Dub
Repo
Position
djinja
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
djinja
lexer
enums
Keyword
Operator
Type
functions
isBeginingKeyword
isBoolean
isCmpOperator
isIdentOperator
isKeyword
isNewLine
isOperator
isWhiteSpace
toKeyword
toOperator
structs
Lexer
Position
Token