This repository contains a lexer implementation for lexical analysis using Python. The lexer is part of a larger project related to language parsing and formal analysis.
- Tokenization of input strings
- Support for various token types (e.g., keywords, identifiers, operators)
- Easy integration with other parsing components