XilunWu / my-tutorial

Merge LFT-Join into lms_tutorial

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

Tutorials on LMS

Lightweight Modular Staging (LMS) is a framework for runtime code generation and compiled DSLs.

How to build and run

  1. Install the SBT build tool:

    If you are using OS X and Homebrew, run brew install sbt.

    For other platforms, follow the instructions on the SBT website.

  2. Install LMS:

  • git clone https://github.com/TiarkRompf/virtualization-lms-core.git lms-core
  • cd lms-core; sbt publish-local; cd ..
  1. Clone this repo and run the tests:
  • git clone https://github.com/scala-lms/tutorials.git lms-tutorials
  • cd lms-tutorials
  • sbt test

Browse the sources

About

Merge LFT-Join into lms_tutorial


Languages

Language:Scala 82.0%Language:C 17.6%Language:Shell 0.4%Language:Awk 0.0%