package pla

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val updateLocation : Lexing.lexbuf -> int -> int -> unit

Updates the location of the lexbuf

val addBuff : Buffer.t -> Pla_tokens.s list -> Pla_tokens.s list
val __ocaml_lex_tables : Stdlib.Lexing.lex_tables
val tokenizeStr : Buffer.t -> Pla_tokens.s list -> Lexing.lexbuf -> Pla_tokens.s list
val __ocaml_lex_tokenizeStr_rec : Buffer.t -> Pla_tokens.s list -> Lexing.lexbuf -> int -> Pla_tokens.s list
val tokenizeVar : Buffer.t -> Pla_tokens.s list -> Lexing.position -> Lexing.lexbuf -> Pla_tokens.s list
val __ocaml_lex_tokenizeVar_rec : Buffer.t -> Pla_tokens.s list -> Lexing.position -> Lexing.lexbuf -> int -> Pla_tokens.s list
val tokenize : string -> Pla_tokens.s list