Module wright::lexer [] [src]

Lexer Module.

Modules

char_tests

Module of functions for checking characters.

error

Module for defining, tracking, and printing lexer related errors.

Structs

Lexer

Lexer struct, which stores publicly a tokens field which is generated using the lex method. Tokens will be an internal representation of source code, sliced in to parsable "lexemes" or "tokens".