• Stars
    star
    106
  • Rank 316,625 (Top 7 %)
  • Language
    Scala
  • Created over 12 years ago
  • Updated about 12 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Scala SDK (compiler and standard library) for .NET
Binaries at 
  https://github.com/magarciaEPFL/scaladotnet/downloads

Example command-line:

  scalacompiler.exe 
      -d C:\output\folder
      -target:exe
      -Ystruct-dispatch:no-cache 
      -Xassem-name HelloWorld.exe 
      -Xassem-extdirs C:\where\dlls\are 
      -Xshow-class hello.world.Main
      C:\sample\HelloWorld.scala

  (where "hello.world.Main" is the class with the main method)

Works best if different folders are given for -d and -Xassem-extdirs

Valid options for -target: exe, library, winexe, module.

Batch scripts to bootstrap the compiler under folder "internals". 
Bootstrapping is jumpstarted by an initial cross-compilation via 
  https://github.com/magarciaEPFL/scala/tree/dotnetcrosscompiler



Miguel
http://lamp.epfl.ch/~magarcia/ScalaCompilerCornerReloaded/