X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=parse-common.lisp;h=4c13a526f45f5a179ac102bc0c4de0f753843291;hb=452d8de6a4083dec69347f3cafb49d0b9d5cd7b0;hp=9610539ae51023b142634e70dbd205cb464fa1a6;hpb=0ececd07987c48de78c14a60136014a2df7b280b;p=umlisp.git diff --git a/parse-common.lisp b/parse-common.lisp index 9610539..4c13a52 100644 --- a/parse-common.lisp +++ b/parse-common.lisp @@ -1,11 +1,23 @@ -;;; UMLS-Parse General -;;; General purpose Lisp Routines for parsing UMLS files -;;; and inserting into SQL databases -;;; -;;; Copyright (c) 2001 Kevin M. Rosenberg, M.D. -;;; $Id: parse-common.lisp,v 1.1 2002/10/05 20:17:14 kevin Exp $ +;;;; -*- Mode: Lisp; Syntax: ANSI-Common-Lisp; Base: 10; Package: umlisp -*- +;;;; ************************************************************************* +;;;; FILE IDENTIFICATION +;;;; +;;;; Name: parse-common.lisp +;;;; Purpose: Common, stable parsing routines for UMLisp +;;;; Programmer: Kevin M. Rosenberg +;;;; Date Started: Apr 2000 +;;;; +;;;; $Id: parse-common.lisp,v 1.2 2002/10/09 23:03:41 kevin Exp $ +;;;; +;;;; This file, part of UMLisp, is +;;;; Copyright (c) 2000-2002 by Kevin M. Rosenberg, M.D. +;;;; +;;;; UMLisp users are granted the rights to distribute and use this software +;;;; as governed by the terms of the GNU General Public License. +;;;; ************************************************************************* (in-package :umlisp) +(declaim (optimize (speed 3) (safety 1) (compilation-speed 0) (debug 3))) (defun umls-pathname (filename &optional (extension "")) "Return pathname for a umls filename"