You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@parro-it I think the most important thing right now is to just get vorpal/bash-parser solid. The next step would probably be to switch vorpal itself to rely on that parser. After that, we may want to make an extra module just for bash-like expansion (glob expansion, variable expansion, tilde expansion, etc.).
After that, we can basically say that vorpal = bash-parser + executing registered commands, while cash = vorpal + implementation of unix commands + performing shell expansion.
Currently,
less
andgrep
can't take advantage of the preparser (since they're in separate modules). Here's some possible solutions:vorpal-less
andvorpal-grep
into cashvorpal-less
andvorpal-grep
to require itThis should be resolved if
cash
switches over to vorpaljs/bash-parser (since I believe that will handle all the expansion).The text was updated successfully, but these errors were encountered: