package asli

  1. Overview
  2. Docs

ASL lexer support

val string_of_token : Asl_parser.token -> string
val print_position : out_channel -> 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;
}