Skip to content

Latest commit

 

History

History
42 lines (32 loc) · 679 Bytes

README.md

File metadata and controls

42 lines (32 loc) · 679 Bytes

leema

make unit Rust Unit Tests (cargo t)
make format Code Formatting Check
make T Integration Tests (pytest)

Leema is a concurrent, error-tolerant, functional programming language.

Build

Dependencies:

  • Rust Stable
  • Rust Nightly for formatting
  • Pytest for integration tests

Build the leema vm by running make

Tests

All tests

make test

Unit tests only

make unit

Integration tests only

make T

Copyright 2022 Matthew Graham