This project is part of the coursework for "Syntax and Semantics of Programming Languages" at UTN FRBA 🏫.
- 📜 Flex for lexical analysis
- 🧩 Bison for syntax parsing
- 🧠 Custom logic for semantic analysis
- 💻 C as the programming language
- ✅ Token recognition and classification (keywords, operators, identifiers, etc.)
- ✅ Parsing of grammar rules with proper error handling
- ✅ Semantic checks such as type verification and scope validation
- ✅ Error logging and reporting