package diffast-langs-python-parsing

  1. Overview
  2. Docs

Module Parser_aux.FSource

Parameters

module Stat : STATE_T

Signature

Sourceval parse_warning : Lexing.position -> Lexing.position -> ('a, out_channel, unit, unit) format4 -> 'a
Sourceval parse_error : Lexing.position -> Lexing.position -> ('a, unit, string, unit) format4 -> 'a
Sourceval mktestlist : ?comma:bool -> ?yield:bool -> Ast.expr list -> Ast.testlist
Sourceval emptyarglist : ?loc:Ast.Loc.t -> unit -> Ast.Loc.t * 'a list
Sourceval emptyvarargslist : ?loc:Ast.Loc.t -> unit -> Ast.Loc.t * 'a list
Sourceval emptytypedargslist : ?loc:Ast.Loc.t -> unit -> Ast.Loc.t * 'a list
Sourceval mkmarkerstmt : Lexing.position -> Lexing.position -> string -> Ast.statement
Sourceval chg_loc : ('a * 'b) -> 'c -> 'c * 'b