Skip to content

A stepper (step-by-step interpreter) implemented using shift and reset

Notifications You must be signed in to change notification settings

YouyouCong/stepper_ochacaml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Usage:

  1. Install OchaCaml (http://pllab.is.ocha.ac.jp/~asai/OchaCaml/).
  2. Launch the OchaCaml interpreter in the terminal.
  3. Load stepper.ml by typing load "stepper.ml" ;;. You will see the steps of fac 3.
  4. To highlight redexes, copy the result to a new file.
  5. Load stepper.el (M-x load-file, stepper.el) and run the function that highlights redexes (M-x stepper-highlight).

About

A stepper (step-by-step interpreter) implemented using shift and reset

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published