Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 1.23 KB

README.md

File metadata and controls

21 lines (18 loc) · 1.23 KB

PCF-redex

Installation

  • git clone [email protected]:jssandh2/pcf-redex.git
  • Install DrRacket
  • Run the file in DrRacket's REPL by clicking the Run button (afer Opening it).
  • For instructions on how to play with the language, refer here : Redex Tutorial

Semantics

  • The semantics correspond to that of PCF
  • TODO :: Addition of Semantics and Reductions for :
    • (Op) and a (Op) b
    • is-zero and plus operators
    • Contract Semantics

Running PCF-redex

  • TODO :: Implementation of the helper functions ext and lookup
  • Coming Soon!