package pfff
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
Tools and APIs for program analysis, code visualization, refactoring
Install
dune-project
Dependency
Authors
Maintainers
Sources
0.39.5.tar.gz
md5=e23dbd320a8681b74315162a02bf97a7
sha512=2998432bcd6d9a459331d733c4446d35459d42787fcf2fd332d3ec5131a4d358bb8f060b45d38696bcd584e1eaa8c1b21b82d7d3005e83c1ecefd22fec842ee7
doc/pfff-h_program-lang/Parse_info/index.html
Module Parse_info
type token_origin = | OriginTok of token_location| FakeTokStr of string * (token_location * int) option| ExpandedTok of token_location * token_location * int| Ab
type t = token_mutabletype info_ = ttype token_kind = | LPar| RPar| LBrace| RBrace| LBracket| RBracket| LAngle| RAngle| Esthet of esthet| Eof| Other
exception Lexical_error of string * texception Parsing_error of texception Ast_builder_error of string * texception Other_error of string * tval lexical_error : string -> Lexing.lexbuf -> unitval fake_token_location : token_locationval fake_info : string -> tval first_loc_of_file : Common.filename -> token_locationval str_of_info : t -> stringval line_of_info : t -> intval col_of_info : t -> intval pos_of_info : t -> intval file_of_info : t -> Common.filenameval string_of_info : t -> stringval is_origintok : t -> boolval token_location_of_info : t -> token_locationval get_original_token_location : token_origin -> token_locationtype parsing_stat = {filename : Common.filename;mutable correct : int;mutable bad : int;mutable have_timeout : bool;mutable commentized : int;mutable problematic_lines : (string list * int) list;
}val default_stat : Common.filename -> parsing_statval print_parsing_stat_list : ?verbose:bool -> parsing_stat list -> unitval print_recurring_problematic_tokens : parsing_stat list -> unitval mk_tokens_state : 'tok list -> 'tok tokens_stateval tokinfo : Lexing.lexbuf -> tval yyback : int -> Lexing.lexbuf -> unitval tokinfo_str_pos : string -> int -> tval lexbuf_to_strpos : Lexing.lexbuf -> string * intval tokenize_all_and_adjust_pos :
Common.filename ->
(Lexing.lexbuf -> 'tok) ->
((t -> t) -> 'tok -> 'tok) ->
('tok -> bool) ->
'tok listval mk_lexer_for_yacc :
'tok list ->
('tok -> bool) ->
'tok tokens_state * (Lexing.lexbuf -> 'tok) * Lexing.lexbufval full_charpos_to_pos_large : Common.filename -> int -> int * intval complete_token_location_large :
Common.filename ->
(int -> int * int) ->
token_location ->
token_locationval error_message : Common.filename -> (string * int) -> stringval error_message_info : t -> stringtype changen = unit -> in_channel * int * Common.filenameval file_wrap_changen : (changen -> 'a) -> Common.filename -> 'aval full_charpos_to_pos_large_from_changen : changen -> int -> int * int sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>