Package wyil.builders

Examples of wyil.builders.Wyil2WyalBuilder


      if(verification || smtVerification) {

        // First, handle the conversion of wyil to wyal

        Wyil2WyalBuilder wyalBuilder = new Wyil2WyalBuilder(project);

        if(verbose) {
          wyalBuilder.setLogger(new Logger.Default(System.err));
        }

        project.add(new StdBuildRule(wyalBuilder, wyilDir,
            wyilIncludes, wyilExcludes, wyalDir));
View Full Code Here

TOP

Related Classes of wyil.builders.Wyil2WyalBuilder

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.