haystack.zinc.lexer

Haystack Zinc token lexer

Members

Aliases

ZincStringLexer
alias ZincStringLexer = ZincLexer!string

a string based lexer

Enums

TokenType
enum TokenType

Types of tokens that the lexer can provide

Functions

dumpLexer
void dumpLexer(Lexer lex)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

Token
struct Token

The result of a Lexer action.

ZincLexer
struct ZincLexer(Range)

Lexes Zinc tokens from some char InputRange

Meta

Authors

Radu Racariu