package asli

  1. Overview
  2. Docs

ASL lexer support

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

Innovation. Community. Security.