softdevteam/grass

Name: grass

Owner: Software Development Team

Description: null

Created: 2016-07-28 20:57:38.0

Updated: 2017-02-10 15:20:29.0

Pushed: 2016-08-30 17:03:25.0

Homepage: null

Size: 66

Language: Rust

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

grass

grass is a meta-tracing interpreter project written in rust.

build instructions

To build one needs to install the nightly toolchain:

grass$ rustup override set nightly

To build the project just do

grass$ cargo build

# or for much faster execution
grass$ cargo build --release

To run grass use

grass$ target/debug/grassc --sysroot ~/.multirust/toolchains/<your nightly> <target.rs>

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.