klisp

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

commit 09cd15b1beb43e75813e584c2d2c934bd055f6e4
parent f5084f890c92f547b2c2e0970d68b11c222d4451
Author: Andres Navarro <canavarro82@gmail.com>
Date:   Tue, 29 Mar 2011 19:02:47 -0300

Added .hgignore to ignore .o and the executable file

Diffstat:
A.hgignore | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/.hgignore b/.hgignore @@ -0,0 +1,4 @@ +syntax: glob + +*.o +klisp