pmachata / dwgrep

a tool for querying Dwarf (debuginfo) graphs
http://pmachata.github.io/dwgrep/
GNU General Public License v3.0
53 stars 10 forks source link

Allow naming variables like builtins #29

Closed pmachata closed 6 years ago

pmachata commented 6 years ago

It should be possible to introduce a variable of the same name as builtin. This is important for forward compatibility, because introducing a new built-in word later on would make programs that use that name for a variable invalid.