FunScript icon indicating copy to clipboard operation
FunScript copied to clipboard

Standalone compiler improvment

Open xavierzwirtz opened this issue 10 years ago • 0 comments

Refactored compilation of assemblies into FunScript core. Added ability to compile an fsproj to FunScript. Added [<FunScript.AssemblyMain>]attribute to tell FunScript what the main method for an assembly is. Added ability to specify output via stdout or saving to a file.

This should pave the way for the other enhancements proposed in #153.

I had to switch FunScript.Compiler to call FunScript.Compiler.Compile via reflection due to odd issues with the jquery type provider not working. This should be better any way, makes it where FunScript.Compiler is not dependent on a specific FunScript version.

xavierzwirtz avatar Feb 16 '15 19:02 xavierzwirtz