package
0.0.0-20211010210625-4aa0140a90eb
Repository: https://github.com/0xqab/concepts-of-programming-languages.git
Documentation: pkg.go.dev

# Functions

NewLexer constructs a lexer from a given string.

# Structs

Lexer is a simple tokenizer for generating tokens for the boolean parser.