djinja v0.1.0-beta.2 (2018-11-08T09:46:14Z)
Home
Dub
Repo
Lexer
djinja
lexer
Undocumented in source.
struct
Lexer (
string
exprOpBegin
string
exprOpEnd
string
stmtOpBegin
string
stmtOpEnd
string
cmntOpBegin
string
cmntOpEnd
string
stmtOpInline
string
cmntOpInline
) {
enum
stmtInline
;
enum
EOF
;
this
(string str, string filename);
Token
nextToken
();
}
Constructors
this
this
(string str, string filename)
Undocumented in source.
Members
Functions
nextToken
Token
nextToken
()
Undocumented in source. Be warned that the author may not have intended to support it.
Manifest constants
EOF
enum
EOF
;
Undocumented in source.
stmtInline
enum
stmtInline
;
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