Skip to content

manuelroth/bind

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bind expressions and standard functors

Bind expressions for arithmetic expressions (x = first argument, y = second argument) by using standard functors and functions.

Project Setup for Cevelop

  1. Install Cevelop
  2. Open the repository as a workspace
  3. Import as existing projects into workspace

Build Project

You can use Eclipse to build the project or the provided makefile.

make

Run Tests

We use CUTE for our unit tests. To run the tests you need to compile the tests and then simply run the executable. This will output the test results to the console and a XML file.

make test

About

Bind expressions and standard functors

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages