X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com X-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; bh=dRZaDTOujabZb+ZaSUm8AZAk8CUT0lydgOBCM3FNPb4=; b=zgpNqx1YhzOn7qtba9ebXnba+azgAk03IAJbWxJmHLhTG4C3XxNjN3k/oyl+N+WxSC YycYncPynR0B23K+4xmq4eT7ahgLVMiPmyYGS7mvNCw2Q/z/xYpV0KvdOUJp0/17dkV9 9jx87Ms3VR/dJXtU9LdSCP2Qhiz/8roJp0QrMGp+zM3OPsbAj+z6kOqgXiCMN0bP+JlU +VhwlbWB0lv9NBlPWt9b5q8mG/pK3RJtgXCD6RXDYPyDCW5PuwsChnku8LcCV2Qdgz7f 7akHeWYUcgke1kddI+90plQ99ZpKLJW5LU+/dGbgCgAud6ysutLVy6aUQ2bz1DoHYkwL PFVw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:subject:message-id:in-reply-to :references:mime-version:content-type:content-transfer-encoding; bh=dRZaDTOujabZb+ZaSUm8AZAk8CUT0lydgOBCM3FNPb4=; b=b3qJpAkVSd6cHj/4PUgJFGUe57+QOtTbyalng2vR4+xS/t7LsahZZGxDk3nD7S/eoQ dxq6qJyn19XRIpK/ATQh06/zb7j6WbxwLe+Nq3vvtHGXQOqaQxLtmRjwr2ZeFexTQW6m AgrUxcY83hYOBCAX6q1JZZNyC5/3inOjXDZUJvkAbMX3coxh6v7YlQYuVw7Xy/nnOazq PtiZg4BKA7q9sWh4NYo5tj0a7M1ywngDxUEUHUtBdLNYvVDzVLzLyP6LienvKgcZDYO4 nHwOThng0Iayzfjh9s5CtiMO3WlKtGNOzNV7xNBgjfsQEwpikQ2LvxODfyx6k+luNb7g CnSQ== X-Gm-Message-State: ALoCoQnncEXnQsi85XeofHJ71+YIp2WDNf2bQYW5AuJrj8As32Js0iFQo+mRDjHWRbqKX031lvKgLOfLI2DxKdrN+jHefid36Q== X-Received: by 10.194.7.100 with SMTP id i4mr16130634wja.76.1452973689492; Sat, 16 Jan 2016 11:48:09 -0800 (PST) Date: Sat, 16 Jan 2016 20:48:03 +0100 From: "Nicklas Karlsson (nicklas DOT karlsson17 AT gmail DOT com) [via geda-user AT delorie DOT com]" To: geda-user AT delorie DOT com Subject: Re: [geda-user] first attempt at bus support in gnetlist for pcb Message-Id: <20160116204803.b72e56165e8c6bd5848e9c0e@gmail.com> In-Reply-To: References: <201601080714 DOT u087Ejj5032766 AT envy DOT delorie DOT com> X-Mailer: Sylpheed 3.5.0beta1 (GTK+ 2.24.25; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reply-To: geda-user AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-user AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > Another issue is that “-“ seems a little strange as a range token. “:” would match Verilog and some programming languages for more user familiarity. "-" is a common math operator so it is not a very good range token ":" or "..." is probably better. > I suggest using Dirac-style angle brackets to designate a bus definition, so a typical example might be "”. While I think a sufficiently aware gnetlist plugin could navigate this without the extra tokens, we’ve historically exploited the transparency of our formats to process schematics with other tools as well. The extra tokens will help. Sound reasonable if special characters to not cause any issues.