Skip to content

Implementation of a Source to Source compiler in C

Notifications You must be signed in to change notification settings

dheerajraina/Compiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Implementation of a Compiler from scratch for a custom language(DhLang) in C

Current Progress :-

int age
age := 60
print(age)

int temp := 90 + 10
print(temp)

Project setup (Ubuntu)

  • Clone and enter the repository directory
    git clone repository_url
    cd \path\to\repository_directory
    
  • Run cmake inside build directory
    \path\to\repository_directory\build$ cmake .. && cd ..
    
  • Run the build.sh file
    \path\to\repository_directory$ ./build.sh
    

About

Implementation of a Source to Source compiler in C

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages