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.1.tar.gz
md5=19e3eb1003161d8e7ed65c96c4f69d52
sha512=37834e1726a004272fbc153fc4cd0a6afdf02b7918acf27492acd60890c32591eb8f5b22fcfd99dd707d8507b8208bdb24c99de9fd940cc2ad0171f1d103743f
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 info = token_mutabletype token_kind = | LPar| RPar| LBrace| RBrace| LBracket| RBracket| LAngle| RAngle| Esthet of esthet| Eof| Other
val fake_token_location : token_locationval fake_info : string -> infoval str_of_info : info -> stringval line_of_info : info -> intval col_of_info : info -> intval pos_of_info : info -> intval file_of_info : info -> Common.filenameval string_of_info : info -> stringval is_origintok : info -> boolval token_location_of_info : info -> 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_str_pos : string -> int -> infoval lexbuf_to_strpos : Lexing.lexbuf -> string * intval 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 : info -> 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)"
>