https://github.com/burntranch/pybash
A language designed to help shell scripters learn python!
https://github.com/burntranch/pybash
bash bash-scripting language python python3
Last synced: 4 months ago
JSON representation
A language designed to help shell scripters learn python!
- Host: GitHub
- URL: https://github.com/burntranch/pybash
- Owner: BurntRanch
- Created: 2022-11-23T19:59:54.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-21T09:11:57.000Z (over 2 years ago)
- Last Synced: 2025-01-12T21:12:33.962Z (5 months ago)
- Topics: bash, bash-scripting, language, python, python3
- Language: Python
- Homepage: https://BurntRanch.github.io/PyBash/
- Size: 44.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PyBash
PyBash is a general-purpose dynamic-typed language based on Python and Bash, It ends in .pyb format.
It is designed to help shell scripters be more experienced with python and other languages.
The engine uses match-case code to process each line.
TO-DO list:
1. You literally can't use commas in arguments
2. Classes? maybe later..Change-Log:
1. PyBash functions that take more than one argument now behave like they are supposed to (BugFix)
2. PyBash will pass unknown arguments to the python interpreter.