Skip to content

PostsDesert/SimpleC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SimpleC

The SimpleC compiler compiles a custom programming language into Java or x86-64 (AT&T style) assembly code.

It supports many critical compiler features including lexical analysis, syntactic analysis, semantic analysis, and intermediate/target code generation.

Through implementation of the above compiler features, I was able to additionally add name analysis and compile-time error checking.

About

A Simple Language Compiler

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published