Skip to content

My ProjectThis is a simple demonstration of lexical analysis and parsing using Flex and Bison for a subset of C/C++ syntax.

Notifications You must be signed in to change notification settings

inertz/Syntax-Parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C/C++ Syntax Parser using Flex and Bison

This is a simple demonstration of lexical analysis and parsing using Flex and Bison for a subset of C/C++ syntax.

🔧 Features

  • Lexical analysis of keywords, identifiers, numbers, and symbols.
  • Parsing of:
    • Variable declarations
    • Assignments
    • Simple expressions
    • Function definitions
  • Basic syntax error reporting

📦 Requirements

  • Ubuntu or Unix-like OS
  • flex, bison, and gcc

Install via:

sudo apt install flex bison build-essential


About

My ProjectThis is a simple demonstration of lexical analysis and parsing using Flex and Bison for a subset of C/C++ syntax.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published