Package erjang.beam

Examples of erjang.beam.Compiler


        int idx = args[i].lastIndexOf('.');
        File out = ERT.newFile(args[i].substring(0, idx) + ".jar");
        JarClassRepo jcp = new JarClassRepo(out);

        System.out.println("compiling "+in+" -> "+out+" ...");
        new Compiler(jcp).compile(in, beamParser);

        jcp.close();
      }
    }
  }
View Full Code Here

TOP

Related Classes of erjang.beam.Compiler

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.