Skip to content

C# Compiler #2

@DaRacci

Description

@DaRacci

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.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions