Refactor built-in name type to use String
Previously we modelled built-in names as Vars which worked fine, however, now that built-ins can be namespaced using "." they no longer conform to the Var syntax. Also, this lets us get rid of the visitor param that excluded built-in names when walking ASTs.
T
Torin Sandall committed
eb73e2fdd9bcc9d1d74887003a1b6f7f6909ad07
Parent: eba453c