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

C# Compiler #2

Open
DaRacci opened this issue Apr 29, 2024 · 0 comments
Open

C# Compiler #2

DaRacci opened this issue Apr 29, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@DaRacci
Copy link
Member

DaRacci commented Apr 29, 2024

I'm looking to move the powershell compiler into a C# project as it will be easier to manage a advanced feature like this.
The new compiler has a few goals:

  • The ability to detect used variables and functions to determine if a they should be prune from the final output.
  • The ability to embed required external modules like PSReadLine 2.3.4 so that I don't have to mess with runtime dependencies.
  • The ability to both compile to a .ps1 script and an .exe file which includes the powershell runtime (Low Priority for .exe)
  • The ability to while compiling, detect possible issues and report them before having to run the script to find them.
@DaRacci DaRacci added the enhancement New feature or request label Apr 29, 2024
@DaRacci DaRacci self-assigned this Apr 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant