Invoke-WebRequest -Uri "https://github.com/python-processing-unit/Prefix/archive/refs/heads/main.zip" -OutFile "path\to\download\Prefix.zip"
Expand-Archive -Path "path\to\download\Prefix.zip" -DestinationPath "path\to\extract\Prefix"
$old = [Environment]::GetEnvironmentVariable('Path','User')
if(-not $old.Split(';') -contains 'path\to\extract\Prefix'){ [Environment]::SetEnvironmentVariable('Path',$old + ';path\to\extract\Prefix','User') }
Remove-Item -Path "path\to\download\Prefix.zip"
-
Notifications
You must be signed in to change notification settings - Fork 1
Prefix is a programming language focused on readable and explicit code. This is a reference interpreter, and Prefix will later be re-written in C.
python-processing-unit/Prefix-Python
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
Prefix is a programming language focused on readable and explicit code. This is a reference interpreter, and Prefix will later be re-written in C.
Topics
Resources
Contributing
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published