From owner-cvs-all@FreeBSD.ORG Thu Aug 17 21:16:31 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 756EE16A4E0; Thu, 17 Aug 2006 21:16:31 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1142B43D46; Thu, 17 Aug 2006 21:16:31 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7HLGUb4095123; Thu, 17 Aug 2006 21:16:30 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7HLGUx6095122; Thu, 17 Aug 2006 21:16:30 GMT (envelope-from miwi) Message-Id: <200608172116.k7HLGUx6095122@repoman.freebsd.org> From: Martin Wilke Date: Thu, 17 Aug 2006 21:16:30 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/lang Makefile ports/lang/imp-interpreter Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Aug 2006 21:16:31 -0000 miwi 2006-08-17 21:16:30 UTC FreeBSD ports repository Modified files: lang Makefile Added files: lang/imp-interpreter Makefile distinfo pkg-descr Log: IMP is a monadic style implementation of the semantics of the (very simple) language IMP, "plain" the implementation with explicit passing of state. The semantics of the IMP-language is presented in the book: "The Formal Semantics of Programming Languages" by Glynn Winskel (1993, The MIT Press). for more details on monads, see Philip Wadler's page on: http://cm.bell-labs.com/cm/cs/who/wadler/topics/monads.html#combining-monads Author: Markus Mottl WWW: http://www.ocaml.info/home/ocaml_sources.html PR: ports/102103 Submitted by: Stanislav Sedov Approved by: krion (mentor) Revision Changes Path 1.509 +1 -0 ports/lang/Makefile 1.1 +43 -0 ports/lang/imp-interpreter/Makefile (new) 1.1 +3 -0 ports/lang/imp-interpreter/distinfo (new) 1.1 +14 -0 ports/lang/imp-interpreter/pkg-descr (new)