Skip to content

Latest commit

 

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

"# a++ Language Compiler"

This project demonstrates the use of Lex and Bison to build a simple compiler. The compiler parses and processes a basic scripting language with custom syntax and constructs, providing support for:

Data types (Numbers, Strings)

Control structures (if-else, while, for loops)

Mathematical and logical operations

Input/output commands

Mathematical functions and trigonometric operations

Compilation Instructions

To create the compiler executable:

Run the following commands in your terminal:

bison -d app.y flex app.l gcc app.tab.c lex.yy.c -o app

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages