Package Rakudo.Metamodel.Representations

Examples of Rakudo.Metamodel.Representations.P6mapping


            REPRRegistry.register_REPR("P6num", new P6num());
            REPRRegistry.register_REPR("P6str", new P6str());
            REPRRegistry.register_REPR("P6capture", new P6capture());
            REPRRegistry.register_REPR("RakudoCodeRef", new RakudoCodeRef());
            REPRRegistry.register_REPR("P6list", new P6list());
            REPRRegistry.register_REPR("P6mapping", new P6mapping());
            REPRS_Registered = true;
        }
    }
View Full Code Here

TOP

Related Classes of Rakudo.Metamodel.Representations.P6mapping

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.