-
-
Notifications
You must be signed in to change notification settings - Fork 107
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
API? #201
Comments
Yes, it's standalone and shouldn't need anything. If you're on linux and need crypto APIs, you'll need libssl installed. There's no API besides the command line interface of bflat. |
Thanks for your reply!
Is there anything I could use to not write the C# script on the disk or the assembly on the disk? Like output/input redirection to bflat? I tried input redirection, but that did not work. I think this would be a great feature to add (reading C# script to compile from redirected input and possibly output, but that would introduce some problems with symbols file for example). If this would be added, one of the options to read from the redirected input would be to specify a specific input arg so for example Thanks! I theoretically could be able to make a PR for that, but I don't want to break anything as I'm new to bflat. |
I think the redirection should "just work". I tried:
And it worked for me on Windows. On Linux, I assume you'd use |
I have two questions. One is about whether the bflat compiler is standalone, and the second is about API.
Thanks!
The text was updated successfully, but these errors were encountered: