[Libre-soc-bugs] [Bug 1094] insndb instruction database visitor-walker is needed

bugzilla-daemon at libre-soc.org bugzilla-daemon at libre-soc.org
Mon Jun 19 22:14:01 BST 2023


https://bugs.libre-soc.org/show_bug.cgi?id=1094

--- Comment #198 from Jacob Lifshay <programmerjake at gmail.com> ---
(In reply to Dmitry Selyutin from comment #193)
> My point is that the item itself cannot be used either. You simply don't
> have syntax where set can be accessed by an index. cf. above about different
> repr for different path types so that we can handle .attr vs [index] vs
> dict_item(a,b) vs ??? (no idea how can we express sets).

well, for the root object [[{1, (5, 6)}]], we could use:
item=6
path: [0][0];(5, 6)[1]

where a set entry is just ;<key> plus parenthesis as needed.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the libre-soc-bugs mailing list