Skip to content
/ rukaml Public
forked from Kakadu/rukaml

Strict MiniML compiler implementation

Notifications You must be signed in to change notification settings

ns-58/rukaml

 
 

Repository files navigation

Build master License API docs

Rukaml --- miniML compiler

In future it may become closer to real OCaml compiler but now we have only this:

  • HM Type checker
  • functions
  • tuple
  • primitives (like print_int)
  • Simple copying GC

Backends:

  • RISC V (most mature one)
  • AMD64
  • LLVM

About

Strict MiniML compiler implementation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • OCaml 85.8%
  • C 8.0%
  • Assembly 5.4%
  • Other 0.8%