Skip to content

sk4161/cpuex-compiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

cpuex-compiler

Overview

This is a compiler for a minimal subset of OCaml.

This compiler is originated from https://github.com/esumii/min-caml.

How to run

This compiler generates assemblies of a code for ray tracing written in the minimal subset of OCaml in the following procedure:

$ cd min-caml/
$ make

The generated assemblies are min-caml/minrt/minrt_128.s (for 128 $\times$ 128) and min-caml/minrt/minrt_256.s (for 256 $\times$ 256).

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages