Package info.s5d.assembly.compiler.token

Examples of info.s5d.assembly.compiler.token.BasicTokenHandler


*/
public class AssemblyScriptCompiler
{
  public static AssemblyScript compile(Reader reader) throws IOException
  {
    return compile(reader, new BasicTokenHandler());
  }
View Full Code Here

TOP

Related Classes of info.s5d.assembly.compiler.token.BasicTokenHandler

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.