Refactor shell parsing #63

Open
opened 2026-02-21 17:16:22 +00:00 by WahPlus · 0 comments
WahPlus commented 2026-02-21 17:16:22 +00:00 (Migrated from github.com)
  • Use tokenization instead of directly splitting by spaces
  • Make quotations work as one argument, and ignore tokens like && inside them
  • Add tokens for piping (|), write to file (>), append to file (>>), run after (&&) and run at the same time (&)
- [ ] Use tokenization instead of directly splitting by spaces - [ ] Make quotations work as one argument, and ignore tokens like && inside them - [ ] Add tokens for piping (|), write to file (>), append to file (>>), run after (&&) and run at the same time (&)
Sign in to join this conversation.