grncdr / js-shell-parse

parse bash, with javascript (UNMAINTAINED)
MIT License
90 stars 13 forks source link

Add support for `case` statements #11

Open piranna opened 8 years ago

piranna commented 8 years ago

case statements are not handled at all. I'm building a POSIX shell in Javascript for NodeOS and would need to available all the shell syntaxis... Could you help us? :-)

piranna commented 8 years ago

for loops are not supported, too :-(