Module Fortran_parsing.TokenSource

module Xlist = Diffast_misc.Xlist
module Parserlib_base = Langs_common.Parserlib_base
module Astloc = Langs_common.Astloc
module Layeredloc = Langs_common.Layeredloc
module Loc = Astloc
module LLoc = Layeredloc
Sourceval sprintf : ('a, unit, string) format -> 'a
Sourceval spec_to_string : Ast.Partial.spec -> string
Sourceval nd_to_string : (< children : 'a list ; to_string : string.. > as 'a) -> string
Sourceval rawtoken_to_string : Tokens_.token -> string
Sourceval rawtoken_size : Tokens_.token -> int
Sourceval rawtoken_to_rep : Tokens_.token -> string
Sourceval get_keyword : ?elsef:(Tokens_.token -> string) -> Tokens_.token -> string
Sourceval is_keyword : ?elsef:(Tokens_.token -> string) -> Tokens_.token -> bool
Sourceval is_action_stmt_kw : Tokens_.token -> bool
module PB = Parserlib_base
Sourceval to_rawtoken : 'a PB.token -> 'a
Sourceval _to_string : Tokens_.token PB.token -> string
Sourceval to_string : ?cache:Langs_common.Fname.ext_cache_t option -> ?show_ext:bool -> ?short:bool -> t -> string
Sourceval qtoken_to_rawtoken : 'a PB.qtoken -> 'a
Sourceval qtoken_to_loc : 'a PB.qtoken -> Langs_common.Astloc.t
Sourceval _qtoken_to_string : Tokens_.token PB.qtoken -> string
Sourceval qtoken_to_string : ?short:bool -> qtoken_t -> string
Sourcemodule F (Stat : Parser_aux.STATE_T) : sig ... end