Skip to content

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.

Notifications You must be signed in to change notification settings

python-processing-unit/Prefix-Python

Repository files navigation

Installation

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"

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

No packages published