Skip to content

jainmanshu/CDAL-Language-Translator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CDAL-Language-Translator

  • Designed a compiler to translate a CDAL (Climate data Analysis Language) program to C++.
  • Followed google C++ style guide while writing the code.
  • Followed industry design practices by using an Iterative development model cycle.
  • Test the application using the unit testing framework of a CxxTest library.

How to test the code

In the project directory, simply run the command below in the terminal

$ make run-tests

This will compile all the codes and execute all the tests files.

To clean all the executables file, run the following command below

$ make clean

This will clean all the executables file, making your directory cleaner and ready to compile again.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors