Frama_c_kernel.ClexerThe C Lexer.
val init :
filename:string ->
(Lexing.lexbuf -> 'a) ->
Lexing.lexbuf * (Lexing.lexbuf -> 'a)val initial : Lexing.lexbuf -> Cparser.tokenThis is the main lexing function
val annot_char : char refThe character to recognize logic formulae in comments
val currentLoc : unit -> Cabs.cabsloc