Skip to content

Parser (multi) ParseResult #133

Description

@pyramation

claims to return

export interface ParseResult {
  parse_tree?: any;
  stderr_buffer?: string;
  error?: {
    message: string;
    funcname: string;
    filename: string;
    lineno: number;
    cursorpos: number;
    context?: string;
  };
}

but is actually one of the previous parser versions, so should reflect that.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions