Skip to content

tetsuo-jp/rwhile-A-haskell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

An R-WHILE Interpreter

An interpreter of Haskell for R-WHILE, a reversible version of WHILE languae [1].

To compile the interpreter, you need the following applications:

  • Alex, version 3.1.4
  • Happy, version 1.19.4
  • BNFC - BNF Converter, version 2.8

Because the interpreter requires a lot of memory, we have switched to OCaml version.


[1] Jones, Neil D. Computability and Complexity: From a Programming Perspective, MIT Press, 1997. (Revised version available from http://www.diku.dk/~neil/Comp2book.html)

About

An R-WHILE interpreter in Haskell (experimental, obsolete)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published