Plasma GitLab Archive
Projects Blog Knowledge

(* $Id: xstrp4_here_types.ml 34 2010-11-30 14:28:45Z gerd $
 * ----------------------------------------------------------------------
 *
 *)

open Camlp4
open PreCast
open Ast

type here_clause =
    Literal of (string * (Lexing.position * Lexing.position))
  | Variable of (ident * string * (Lexing.position * Lexing.position))
      (* [ M1; M2; ...; value ],f,pos1,pos2 
       * <==> M1.M2. ... .value with format f from position pos1 to pos2
       *)
  | Textend
;;




This web site is published by Informatikbüro Gerd Stolpmann
Powered by Caml