Compiler This repository contains simple Lex programs demonstrating lexical analysis for different tasks. 📦 Requirements Make sure you have the following tools installed: Lex (flex) GCC (C Compiler) On Ubuntu/Debian: sudo apt-get install flex gcc