rename lexer module

This commit is contained in:
wires 2025-03-12 10:35:16 -04:00
parent 52cb1d8ed9
commit d3e0bab29a
Signed by: wires
SSH key fingerprint: SHA256:9GtP+M3O2IivPDlw1UY872UPUuJH2gI0yG6ExBxaaiM

View file

@ -1,4 +1,4 @@
-module(akh_lexer).
-module(akh_lex).
-moduledoc """
This module contains functions for tokenizing Akhamoth source code.
""".