zilch-lang / nstar

The compiler for N⋆, a statically typed assembly language used as a compiler backend for Zilch
BSD 3-Clause "New" or "Revised" License
29 stars 2 forks source link

Make test engine available to develop branch #18

Closed Mesabloo closed 4 years ago

Mesabloo commented 4 years ago

Implements a simple test engine as described in #11.

Naming conventions of tests are the following:


Note: all tests go in the ./test folder, and you are expected to run stack test from the root of the project. Be also aware that the engine only recognizes tests whose file extensions are .nst.