Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 176 Bytes

File metadata and controls

15 lines (11 loc) · 176 Bytes

finch

Finch is a Befunge-93 interpreter.

Usage

# Build
stack build

# Run the interpreter on a file
stack exec finch-exe sample/quine.bf

# Run tests
stack test