package comby-kernel

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

Module Parsers.Alpha_commentsSource

Sourceval to_string : string -> string -> char list -> string
Sourceval anything_including_newlines : until:string -> (char list, 'a) MParser.t
Sourceval anything_excluding_newlines : until:string -> (char list, 'a) MParser.t
Sourceval non_nested_comment : string -> string -> 'a MParser.state -> (string, 'a) MParser.reply

a parser for comments with delimiters from and until that do not nest

Sourceval until_newline : string -> 'a MParser.state -> (string, 'a) MParser.reply
Sourceval any_newline : string -> 'a MParser.state -> (string, 'a) MParser.reply
Sourceval is_not : ('a MParser.state -> ('b, 'c) MParser.reply) -> 'a MParser.state -> (char, 'a) MParser.reply
Sourceval nested_comment : string -> string -> 'a MParser.state -> (string, 'a) MParser.reply

A nested comment parser

Sourcemodule Multiline : sig ... end

a parser for, e.g., /* ... */ style block comments. Non-nested.

Sourcemodule Until_newline : sig ... end
Sourcemodule Nested_multiline : sig ... end
OCaml

Innovation. Community. Security.