Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 421 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 421 Bytes

MiniHaskell in Idris

Blatantly ported from the excellent plzoo.

Compiling

idris MiniHaskell.idr -o mh

Tests

After compiling run

./tests.sh

New tests need

  1. a test file under tests
  2. the file's name (w/o ext) added to tests.sh
  3. an expectation file (file-name-exp.mh) in tests