Skip to content

akshaisarma/MIPL

 
 

Repository files navigation

###
### HOW TO BUILD AND RUN MIPL PROGRAMS
###

1. Build MIPL compiler

$ ant

2. Compile an MIPL program

$ ./miplc.sh [MIPL program] 
# a corresponding class file will be produced in ./build directory.

3. Run generated class file

$ ./launch.sh

[optional]

2-1. Run an MIPL program directly without producing a class file.

$ ./mipl.sh [MIPL program]

2-2. Run MIPL interpreter.

$ ./mipl.sh -i

About

A logic programming language for Big Data that can compile down to MapReduce - Java, 2012

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 72.7%
  • TeX 14.3%
  • Makefile 6.8%
  • Shell 4.4%
  • CSS 1.1%
  • Bison 0.7%