klisp

an open source interpreter for the Kernel Programming Language.
git clone http://git.hanabi.in/repos/klisp.git
Log | Files | Refs | README

commit 58f6802c7e6d81770a15d9d3223bb7cf21014f6c
parent 5d7837a6118af9ad7f21358418da19cffa8694f4
Author: Andres Navarro <canavarro82@gmail.com>
Date:   Mon, 11 Apr 2011 23:24:15 -0300

Added IMath copyright info to klisp.h.

Diffstat:
Msrc/klisp.h | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/klisp.h b/src/klisp.h @@ -39,6 +39,7 @@ void klisp_close (klisp_State *K); /****************************************************************************** * Copyright (C) 2011 Andres Navarro. All rights reserved. * Lua parts: Copyright (C) 1994-2010 Lua.org, PUC-Rio. All rights reserved. +* IMath Parts: Copyright (C) 2002-2007 Michael J. Fromberger. * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the