Codebase list coq / 02658061-0144-4eb6-911a-7fbc3aa46964/main gramlib / gramext.ml
02658061-0144-4eb6-911a-7fbc3aa46964/main

Tree @02658061-0144-4eb6-911a-7fbc3aa46964/main (Download .tar.gz)

gramext.ml @02658061-0144-4eb6-911a-7fbc3aa46964/mainraw · history · blame

(* camlp5r *)
(* gramext.ml,v *)
(* Copyright (c) INRIA 2007-2017 *)

type position =
  | First
  | Last
  | Before of string
  | After of string

type g_assoc = NonA | RightA | LeftA