powscript icon indicating copy to clipboard operation
powscript copied to clipboard

transpiler written in bash: painless shellscript, indentbased, coffee for the shell with hipster-sparkles v1 BETA LANDED 🎉🎉🎉🎉 thanks fcard!

Results 16 powscript issues
Sort by recently updated
recently updated
newest added

syntax ✎
new feature 💡

testing 🔬
standard libraries 📦

My goal was to make bash easier to read/reason about. Therefore Im sometimes tinkering with the idea of simplifying stdin/stdout/stderr etc. An example is the `await` keyword which simplifies working...

syntax ✎
redirection ⮎
new feature 💡

An AST based compiler allows lisp-like macros to be implemented. It would be very handy in implementing the remaining and future powscript extensions, as well as dealing with the fact...

syntax ✎
new feature 💡

Hi! Great idea, I'd really like to program in powscript rather than Bash. 🙏 Now, when I actually try to run it, the following is produced: ``` $ docker-compose run...

bug 🐞
Bash 5.0 ⚒️

Hi all, Interestingly, I & @fcard haven't really had time to make powscript compatible with bash v5. My main usecase for powscript is regenerating some powscripts once in a while...