Commit Graph

6 Commits

Author SHA1 Message Date
437e1d21da Added commands for printing to console and error generation.
Errors now print to stderr
2014-06-21 23:06:18 +01:00
f74035fcce Added ok value typeto represent success of a function, ie load.
'ok' now represents this type and can be compared to, also cannot be
used as a symbol/variable.
2014-06-21 22:26:49 +01:00
cb8fa74fe7 Added basic string support.
Added comments beginning with a semi-colon.
Added load function to load lisp from a file.
Arguments passed to klisp will be read and evaluated as lisp files.
2014-05-31 16:48:58 +01:00
396bf65a84 Added logical operators && || and ! 2014-05-29 16:57:35 +01:00
c1987617a0 Added lambda functions. variable length arguments still todo. 2014-05-26 22:37:19 +01:00
46bbd52885 Initial Commit 2014-05-20 15:32:21 +01:00