"Parses" the log output of gl.getShaderInfoLog to get separate error objects.
errors = parse(log)Where log is the string output of gl.getShaderInfoLog, return an array
of errors with the following properties:
message: the error messageline: the line the error appears in the shader.file: the file ID that the error appears in.MIT. See LICENSE.md for details.