Skip to content

NicolasPazz/LSS-analyzer-FB-C

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🧠 Lexical, Syntax & Semantic Analyzer in C

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

📌 Features

  • ✅ 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 13