Binsec.Parse_utilsGeneral BINSEC related utilities
the exception for errors in read_* functions. Use `to_string` on it to get * a user-friendly error message
val read_file :
parser:('a -> Lexing.lexbuf -> 'b) ->
lexer:'a ->
filename:string ->
'bparses a file with nice error messages
val read_string :
parser:('a -> Lexing.lexbuf -> 'b) ->
lexer:'a ->
string:string ->
'bparses the content of a string with nice error messages
val read_dba_file : string -> Dba_types.programval instruction_of_string : string -> Dba.Instr.t