!7 sclass Word > DynamicObject { S text; *() {} *(S *text) {} } p-exp { LS tok = javaTok("This is a test"); L words = mapNuObject Word(tok); printStruct(words); print(join(collect text(words))); }