Noxical is the lexical analyzer for Nox.
Enter the Nix development environment and use Nox for project operations:
nix develop
nox build
nox testThe library API exposes Lexer::new(source).tokenize() and returns tokens
with source spans and line and column positions.