On Thu Nov 9 20:06:40 2023 +0000, Nikolay Sivov wrote:
That's probably the part I dislike the most. It will probably work, but it will need some workarounds in get_var() and such, to make sure NULL != NULL, and maybe some other logic. That's needed because you can have multiple entries without a name in the same scope.
I think if a variable doesn't have a name we can just not add it to the scope.