CodeCompilationUnit Parse(string srcFile, IEnumerable <string> lines) { Cef3FileParser headerParser = new Cef3FileParser(); headerParser.Parse(srcFile, lines); return(headerParser.Result); }
CodeCompilationUnit Parse(string srcFile) { Cef3FileParser headerParser = new Cef3FileParser(); headerParser.Parse(srcFile); return(headerParser.Result); }