package asli

  1. Overview
  2. Docs

Module LibASL.LexersupportSource

ASL lexer support

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

Innovation. Community. Security.