issues
search
cretz
/
software-ideas
88
stars
0
forks
source link
Bash to Go Transpiler
#99
Open
cretz
opened
5 years ago
cretz
commented
5 years ago
Lots of large bash scripts than can easily become Go scripts without costing lots
Can make/ship version that transpiles, then compiles then runs to appear like an interpreter
Wouldn't be a bad idea for Makefiles too
cretz
commented
4 years ago
https://github.com/mvdan/sh
has the parsing (and interpreting) down