Skip to content

deeanop/Basic-C-Compiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This compiler is written C programing language. It consists of the following architectural components: are lexical analyzer which tokenizes the input source code into characters, used to compound language-specific key words, syntax analyzer which gives the rules of using these words in program, scope analyzer concerned with separation of the words in visibility domains, type analyzer that performs semantic checks to ensure type safety across expressions and assignments and a virtual machine which executes the generated intermediate representation.

About

🟢 Finished

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages