Skip to content

An interpreter for an ML-like language with program generation features and subtyping.

Notifications You must be signed in to change notification settings

ozusrl/SubtypedQuotedML

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

An interpreter for an ML-like language with program generation features and subtyping.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages