Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 564 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 564 Bytes

SubtypedQuotedML

SubtypedQuotedML is an interpreter for an ML-like language that has

  • support for runtime program generation via quote/unquote (i.e. bracket/escape) syntax.
  • static typing with inference, let-polymorphism and subtyping.

You can learn more about SubtypedQuotedML from it's home page at http://srl.ozyegin.edu.tr/projects/subtypedQuotedML/ .

Installation

Default Make rule compiles SubtypedQuotedML. To compile and run, just run: make run.

Dependencies are OCaml 4.00, Make, sed.