My yacc is a little fuzzy (I made a funny!), but I think this simple
little patch here should do the trick. I included two patch files,
depending on how much you want to change.
imccnamespacefix.patch: This fixes the brackets issue for the IMCC bison
file. I don't have bison on my system, so I cou
On Thu Dec 13 08:04:00 2007, kjs wrote:
> to specify a namespace, say, "foo", one would write:
>
> .namespace ["foo"]
>
> in order to have PIR switch (back) to the "root" namespace, you should
> currently write
>
> .namespace
>
> which is ok, but more clear would be to write:
>
> .namespace []