manuelroth / bind

Bind expressions and standard functors

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:C++ 98.9%Language:C 1.0%Language:Makefile 0.1%