Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Standalone compiler improvment #162

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

xavierzwirtz
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant