François Perrad wrote:
In Lua, I started to replace (see r23367) : [ 'Lua::io' ] by [ 'Lua'; 'io' ]
Also a good change. This gains you the benefits of true hierarchical namespaces, and means that different languages that use different characters as class name separators can use your classes.
Allison