Skip to content
This repository has been archived by the owner on May 16, 2024. It is now read-only.

Latest commit

 

History

History
21 lines (14 loc) · 1.21 KB

README.md

File metadata and controls

21 lines (14 loc) · 1.21 KB

JaTesté Build Status

JaTesté is a language that makes test-driven development a lot simpler. It's kind of like C, but with the added security of having a well-defined format for writing tests. We started working on JaTesté as a project for our compilers class at Columbia and now the semester is over, we're proud to share it with the world!

Read more about JaTesté in our docs folder and for a complete overview of the language have a look at the JaTesté reference manual!

If you'd like to contribute to JaTesté just read up on our workflow and send in a pull request!

Dependencies

To build JaTesté you'll need the following:

  • OCAML (and ocamlfind)
  • LLVM 3.8

JaTesté is primarily built and developed using Ubuntu 12.04

For a complete guide on on builing JaTeste from souce read this

Workflow overview for contributing to JaTesté

Please read up on our workflow here