Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Is there some bash source that Zsh will not parse?
- X-seq: zsh-users 24040
- From: Sebastian Gniazdowski <sgniazdowski@xxxxxxxxx>
- To: Zsh Users <zsh-users@xxxxxxx>
- Subject: Is there some bash source that Zsh will not parse?
- Date: Wed, 10 Jul 2019 18:10:58 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=f/bsTn/PnhNxBTntZ3uy7Closu3H7EZDPpGv56wwF5c=; b=YRWXpx842NFMTLAepdfcOvIBY+/imrntptvKKi5N1VKj0d7ZK3e6J4kitggUk96MOE VgzjEHbW4YTKM4CPvKFFd/mTeNswQ5MjSuB6p5q/nTWqyn4dB4ZKgKhhY47PpWCB34Yl D52mVoAQMF+a/0kwTkHV0abMwShmPbGiVO7m1ru1MP70QYg9uXTOsW973mWPnxL1UtLu gOSPz7iDeB0nR8hokGpTnSnyQF/65I3ynzpNnfrdqtbEce7GVGorH3QRe2qCcH9ok1/O EOg1VeiDfU4vvcsfeYY+vGoCrOLB58IISgJEDpIwlqoyPN39UmOP8ERxNJx1EwJi1N+b IE+w==
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- List-unsubscribe: <mailto:zsh-users-unsubscribe@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
Hello,
in the opposite direction, this is rather true, e.g. the globbing
flags aren't parsed correctly:
echo $^fpath/$_comps[$1](N.)
bash: syntax error near unexpected token `('
I'm thinking about starting a Zshell-focused but supporting also dash
& bash linter and using lex.c seems a reasonable decision.
--
Sebastian Gniazdowski
News: https://twitter.com/ZdharmaI
IRC: https://kiwiirc.com/client/chat.freenode.net:+6697/#zplugin
Blog: http://zdharma.org
Messages sorted by:
Reverse Date,
Date,
Thread,
Author