package herdtools7

  1. Overview
  2. Docs

ASL lexer support

val print_position : out_channel -> Lexing.lexbuf -> unit
val starters : Parser0.token list
val enders : Parser0.token list
type offside_state = {
  1. mutable stack : int list;
  2. mutable parens : int;
  3. mutable newline : bool;
  4. mutable next : Parser0.token;
}
val token : unit -> Lexing.lexbuf -> Parser0.token
OCaml

Innovation. Community. Security.