WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

DeliteEPFL/tutorials

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

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

Tutorials on Lightweight Modular Staging

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Scala 81.3%
  • C 18.3%
  • Other 0.4%