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.