Package Rakudo.Runtime

Examples of Rakudo.Runtime.Lexpad


    /// <returns></returns>
    private static Context BootstrapSetting(RakudoObject knowHOW, RakudoObject knowHOWAttribute)
    {
        // System.err.println( "calling new Context from Init" );
        Context settingContext = new Context();
        settingContext.LexPad = new Lexpad(new String[]
            { "KnowHOW", "KnowHOWAttribute", "capture", "NQPInt", "NQPNum", "NQPStr", "NQPList", "NQPCode", "list", "NQPArray", "NQPHash" });
        settingContext.LexPad.Storage = new RakudoObject[]
            {
                knowHOW,
                knowHOWAttribute,
View Full Code Here

TOP

Related Classes of Rakudo.Runtime.Lexpad

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.