Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 574 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 574 Bytes

jamba juice logo

A small, functional language with modular type inference!*

Read our full report and view our accompanying presentation slides.

To build and run jambajuice programs:

cd jamba2
stack build
stack run <path/to/testfile/filename.jj>

To run the regression test suite against all jamba programs in the tests directory:

cd jamba2
./runtests.sh

*We named our language after our favorite smoothies. Thanks, Jamba!