# pygmalion-lexer This module provides the core lexical analysis functionality for the Pygmalion Solidity lexer. It includes token definitions, mode handling, and the main lexing logic to tokenize Solidity source code accurately and efficiently. ## License This module is part of Pygmalion and is licensed under the MIT License. See the [LICENSE](https://github.com/icanvardar/pygmalion/blob/main/pygmalion-lexer/LICENCE) file for more details.