Skip to content

hareshkh/micro-compiler-ocaml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation for Ubuntu 16.04

sudo apt install gcc-multilib //Installs the multilib package to compile 32-bit on 64-bit machines sudo apt install ocaml //Installs OCaml

Running the code on Ubuntu 16.04

cd /path/to/project make //Compiles OCaml files ./micro examples/hello.mc //Compile the code for our programming language examples/hello //running the code

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published