From: Jeremy Stanley Date: Thu, 21 Apr 2016 14:35:13 +0000 (+0000) Subject: Implement new style element support X-Git-Tag: 0.0.1~188 X-Git-Url: https://mudpy.org/gitweb?p=mudpy.git;a=commitdiff_plain;h=c107f5282c9c7356103a5556a7173aa35a5805ec;hp=c107f5282c9c7356103a5556a7173aa35a5805ec Implement new style element support Add support for new style elements implemented as a flat associative array of facets prefixed with their element names, and switching to "." as a prefix separator. This is initially backward compatible using a toggle and some sniffing of key names to distinguish old and new style elements. Once the transition from old to new style has been completed, the compatibility code can be cleaned up. ---