grncdr / js-shell-parse

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

Please release 0.0.3. >> redirection is not handled in npm version 0.0.2. #18

Open szborows opened 7 years ago

szborows commented 7 years ago

example:

> parse('echo "problem" >> file')
SyntaxError: Expected " ", "\n", "\t", a list of statements or end of input but ">" found.