(***********************************************************************) (* *) (* Objective Caml *) (* *) (* Pierre Weis, projet Cristal, INRIA Rocquencourt *) (* *) (* Copyright 2001 Institut National de Recherche en Informatique et *) (* en Automatique. All rights reserved. This file is distributed *) (* only by permission. *) (* *) (***********************************************************************) val analyse_phrase : Alex.lexème Stream.t -> Langage.phrase_logo;; val analyse_programme : Alex.lexème Stream.t -> Langage.programme_logo;;