HWhile
HWhile copied to clipboard
An interpreter for the While language written in Haskell
Results
2
HWhile issues
Sort by
recently updated
recently updated
newest added
Hi, I'm trying to install hwhile using stack but I encounter a compilation error while compiling REPL.hs [hwhile-0.1.1.6.log](https://github.com/alexj136/HWhile/files/2973005/hwhile-0.1.1.6.log)
Is `=` supposed to have higher precedence than `cons`? For example, `cons 0 1 = 0` seems to get interpreted as `cons 0 (1 = 0)` and thus returns ``....