[Bug translator/6847] $$parms/$$vars should be $$*
mhiramat at redhat dot com
sourceware-bugzilla@sourceware.org
Sun Aug 17 20:07:00 GMT 2008
------- Additional Comments From mhiramat at redhat dot com 2008-08-17 20:06 -------
(In reply to comment #1)
> The "$" *suffix* suggested in bug #3672 was done
> specifically to avoid namespace collisions of the
> kind you are looking for here.
I think this also could simplify the syntax including bug #3672.
- one $ (ex. $var, $return): returns the value of var or return value.
- two $ (ex. $$var, $$return, $$*): returns the values with variable names.
- more than two $ (ex. $$$var, $$$*): returns the values ($ means the depth of
nesting) with variable names.
And the simple syntax also simplifies parser :-) (don't requires 'suffix' parsing)
Thank you,
--
http://sourceware.org/bugzilla/show_bug.cgi?id=6847
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the Systemtap
mailing list