Code Monkey home page Code Monkey logo

mumbler's Introduction

TruffleMumbler

Run benchmarks

Build Truffle and Mumbler and set environment variables.

./benchmark/measure <benchmark-name>

The benchmark-name is the name of one of the directories under benchmark/.

Run tests

Build Truffle and Mumbler and set environment variables.

The test/ directory contains several Mumbler scripts that try different features. To run all the tests:

./test/run_tests

<sec:env-var>

Set Environment Variables

To run Mumbler’s scripts use three environment variables.

GRAAL_HOME : The directory of the Graal VM. If this is empty JAVA_HOME will be used.
MUMBLER_JRE : The path to the bundled jar of Mumbler

<sec:build>

Build

Build Truffle & Graal

Follow the instruction for building Truffle from their wiki. Follow the instructions to set up Eclipse. See my notes as well if you run into problems.

Build Mumbler with Maven

Set the environment variables first. Set the TRUFFLE_DSL_JAR environment variable as well. Set it to the full path of Truffle’s annotation processor JAR. If you built Graal using the wiki instructions it’s located at ${GRAAL_DIR}/graal/com.oracle.truffle.dsl.processor/ap/com.oracle.truffle.dsl.processor.jar. After those 3 environment variables are set just run.

mvn package

The Mumbler jar will be located under target/mumbler-0.1-with-dependencies.jar.

You can start Mumbler by

${GRAAL_HOME}/bin/java -graal -jar target/mumbler-0.1-with-dependencies.jar

SimpleMumbler:

./simple/repl [mumbler script]

The REPL is started with no argument.

Requires:

  • java
  • javac
  • ant

License

Copyright © 2014 Cristian Esquivias

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

mumbler's People

Contributors

cesquivias avatar chumer avatar eregon avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.