With the syntax package NAME BLOCK packages can be nested:
package Foo;
package Bar {
# This namespace 'Bar', correctly identified
}
# This is now namespace 'Foo' again. But for the index it
# continues to be namespace 'Bar'.
I think we can live with that flaw - and I don't have an idea how to fix this.
With the syntax
package NAME BLOCKpackages can be nested:I think we can live with that flaw - and I don't have an idea how to fix this.