Skip to content

a Mini-Compiler built in C. A Professional Compiler demonstrating the three types of compiling processes: Lexical Analysis, Synthetic Analysis and Semantic Analysis.

Notifications You must be signed in to change notification settings

itamarzil123/Mini-Language-Compiler

Repository files navigation

Mini-Language-Compiler

This Project is a mini compiler build in C programming language. The compiler demonstrating three phases of compilation: lexical analysis, syntax analysis and semantic analysis. The Grammer of the language is described in several documents.

RUN THIS PROJECT IN VISUAL STUDIO 2010 ! or just use the EXE FILE. MAKE SURE YOU'VE GOT a test1.txt and test2.txt files inside c:/temp folder. otherwise it will NOT work.


example input and output files exist on the /test folder.

About

a Mini-Compiler built in C. A Professional Compiler demonstrating the three types of compiling processes: Lexical Analysis, Synthetic Analysis and Semantic Analysis.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published