Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 222 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 222 Bytes

haskell-wfg

WFG language interpreter. See example wfg programs here in repo:

  • fib.wfg: calculates n's fibonacci number
  • example.wfg: reads numbers until 0 and then prints their sum

Build

stack build