package lsp

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Parser.LexerSource

Sourceval create : unit -> t
Sourcetype !'a token = 'a Csexp.Make(Sexp).Parser.Lexer.token =
  1. | Await : [> `other ] token
  2. | Lparen : [> `other ] token
  3. | Rparen : [> `other ] token
  4. | Atom : int -> [> `atom ] token
Sourceval feed : t -> char -> [ `atom | `other ] token
Sourceval feed_eoi : t -> unit
OCaml

Innovation. Community. Security.