Pysh language implementation
Project description
Every day we stray further from God’s light.
What is this?
Pysh is a shell-script like language. Like shell scripts it is good for controling the flow of the execution of programs.
This repo contains the implementation of pysh in python.
Why would you do this?
The aim of pysh is to create an implementation of the posix shell that can run on many platforms. This way, shell scripts written against pysh do not need to wory about running on differing shells. These shell scripts will have the same behaviour on every single platform.
With pysh it should also be able to sandbox the commands that can be ran, and common useful commands can be replaced with pysh-provided replacements that will have consistent behaviour across platforms.
Also, compilers are just fun to write :)
How does it work?
Pysh consists of a lexer, a parser, and a pysh bytecode generator. Pysh bytecode can be ran by a pysh interpreter. This repo is an implementation of all of those components. Maybe later someone could hook pysh up to llvm to create jit/aot shell scripts? Wait, stop! don’t actually do that! Forget I even said that.
Is it done?
No
Is it stable? Can I use this in production?
Go away
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file pyshlang-0.1.1.tar.gz
.
File metadata
- Download URL: pyshlang-0.1.1.tar.gz
- Upload date:
- Size: 9.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3d0ea56d8374df6149a0951b0de8844c7218333ffd992bbc3b403ec76c1223e3 |
|
MD5 | 07d4a17528f1bc9198ef9bc6ac32376d |
|
BLAKE2b-256 | 5cf244adf7c100b7175250703e273d4e785cc0a0edb97c3a683d828e57f06d21 |