Package seph.lang.persistent

Examples of seph.lang.persistent.IPersistentList.cons()


    public IPersistentList parseFully() throws IOException, ControlFlow {
        IPersistentList all = parseCommaSeparatedMessageChains();

        if(all.count() == 0) {
            all = (IPersistentList)all.cons(NamedMessage.create(".", null, null, sourcename, 0, 0, scope));
        }

        return all;
    }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.