Commit graph

87 commits

Author SHA1 Message Date
001478f7e8
Use clang-format to enforce code style 2022-02-21 19:29:17 -08:00
f0bd86b61c
Use full path to LakeCtx in lake.h 2022-02-21 15:42:46 -08:00
9b9db822f0
Fix some errors in Readme.md 2022-02-21 15:41:29 -08:00
160bb45483
State that naked calls outside the repl are errors
It could have been taken to mean that they're silently ignored or something, which is not the case. We don't attempt to parse naked lists.
2022-01-08 11:15:20 -08:00
778968ef4b
Update photo link 2022-01-08 11:09:27 -08:00
dc8c1eba9a fix a copy/paste bug 2015-07-31 16:26:13 -07:00
90b0e548bd stub out some tests 2014-03-06 21:36:51 -08:00
6fb57ec9f3 test list module 2014-03-06 21:36:41 -08:00
7ac38117b3 s/lk_/lake_/g because the great vowel shortage of 1973 is over 2014-03-06 21:29:22 -08:00
6047bba195 update Readme, glib is long gone 2014-03-06 21:28:12 -08:00
de349043ae update gitignore 2014-03-06 21:08:48 -08:00
Sami Samhuri
5c615013da change indentation to 2 spaces 2011-10-24 21:36:02 -07:00
Sami Samhuri
5a368fbc47 eradicate glib, use clang instead of gcc, tabs -> spaces 2011-10-24 21:27:53 -07:00
Sami Samhuri
a8963b3bea fix the link to LakeCtx in lake.h 2011-10-24 17:58:28 -07:00
Sami Samhuri
78f6ab543f add a few more primitives: display, set-car!, type predicates 2011-06-11 02:13:51 -07:00
Sami Samhuri
792fcd879f add real bools, remove macros, print circular lists 2011-06-11 02:13:51 -07:00
Sami Samhuri
7d58b8ed7e update todo list 2011-05-11 22:43:46 -07:00
Sami Samhuri
0960745094 add test for core lake functions 2011-05-01 21:01:57 -07:00
Sami Samhuri
b54d457971 make type_name more robust 2011-05-01 19:17:58 -07:00
Sami Samhuri
7dbea04337 make output capturing functions more robust 2011-05-01 19:16:18 -07:00
Sami Samhuri
81aba19868 undefine "local" macros after use 2011-05-01 19:14:25 -07:00
Sami Samhuri
f1972698a6 add integer tests 2011-04-24 20:39:33 -07:00
Sami Samhuri
6ef5fcb299 add int_repr 2011-04-24 20:39:22 -07:00
Sami Samhuri
4299c51021 add function tests 2011-04-24 20:25:15 -07:00
Sami Samhuri
282b8400a8 finish tests for apply 2011-04-24 19:56:31 -07:00
Sami Samhuri
e2b025bdfc make it work on linux 2011-04-24 19:04:54 -07:00
Sami Samhuri
ee336f03a5 remove unused include 2011-04-24 14:46:00 -07:00
Sami Samhuri
9712c03c1b add tests for eval & apply 2011-04-24 14:46:00 -07:00
Sami Samhuri
e325a30b7b consolidate arg checks in apply 2011-04-24 14:46:00 -07:00
Sami Samhuri
4bfb171676 print errors to stderr 2011-04-24 14:46:00 -07:00
Sami Samhuri
23c8c5cecd fatten up test library 2011-04-24 14:45:46 -07:00
Sami Samhuri
2057164d30 update readme 2011-04-24 14:45:36 -07:00
Sami Samhuri
ad5701078f fix lake photo 2011-04-23 21:14:54 -07:00
Sami Samhuri
a2d8b5dc15 update readme 2011-04-23 21:09:20 -07:00
Sami Samhuri
36d238914c use a build directory instead of polluting src/ 2011-04-23 20:57:38 -07:00
Sami Samhuri
e3a60f879b add some tests 2011-04-23 20:57:16 -07:00
Sami Samhuri
523af70983 add static lib to gitignore 2011-04-23 20:01:41 -07:00
Sami Samhuri
3661142383 handle an edge case in dlist_repr 2011-04-23 20:01:03 -07:00
Sami Samhuri
d7bb151ce8 factor out repl & build static lib 2011-04-23 20:00:20 -07:00
Sami Samhuri
2eddae72ee s/repr/lake_repr/ 2011-04-23 19:59:30 -07:00
Sami Samhuri
62bebe7bc6 move warnings & error messages out of core libs 2011-04-23 19:58:01 -07:00
Sami Samhuri
a4423e42dd add a pretty picture to the readme 2011-04-23 19:56:47 -07:00
Sami Samhuri
513761b57a add clean to root makefile 2011-04-23 19:56:35 -07:00
Sami Samhuri
b69b3ad599 rename string.[ch] to str.[ch] to avoid linking weirdness 2011-04-23 19:53:05 -07:00
Sami Samhuri
8d66a7cbd1 move all globals into an execution context 2011-04-23 14:34:28 -07:00
Sami Samhuri
ccdffc87aa clean out cruft, make things more uniform 2011-04-23 11:55:43 -07:00
Sami Samhuri
06e00c32e5 update readme 2011-04-22 12:55:58 -07:00
Sami Samhuri
228ff0a4ef don't warn about trailing comments during parsing 2011-04-22 12:55:31 -07:00
Sami Samhuri
a0d5f40515 add when special form 2011-04-22 12:47:49 -07:00
Sami Samhuri
43d6ca80f0 add cond special form 2011-04-22 12:47:49 -07:00