Module lexer

Module lexer 

Source

Structs§

Lexer
AWK lexer that tokenizes source code
Token
A token with its location in the source

Enums§

TokenKind
All token types in AWK

Functions§

keyword_to_token
Map keyword strings to token kinds