o
odin.langpkg.dev
packages / library / Lexer

Lexer

6949dbelibrary

No description provided.

No license · updated 8 months ago

Lexer written in Odin

This project is a simple lexer (lexical analyzer) implemented in the Odin programming language. It takes an input string of source code and breaks it down into a sequence of tokens, which can then be used for parsing in a compiler or interpreter.