Class JustParser

java.lang.Object
org.ek9lang.compiler.common.JustParser

public class JustParser extends Object
For when we just need to read ek9 files and pull out bits and bobs rather than actually compiling.
  • Constructor Details

    • JustParser

      public JustParser(boolean reportErrors)
      Create new Parser.
  • Method Details

    • readSourceFile

      public boolean readSourceFile(File sourceFile, Ek9SourceVisitor visitor)
      Read the source file using the visitor supplied.