| .. |
|
comment.c
|
rename string.[ch] to str.[ch] to avoid linking weirdness
|
2011-04-23 19:53:05 -07:00 |
|
comment.h
|
clean out cruft, make things more uniform
|
2011-04-23 11:55:43 -07:00 |
|
dlist.c
|
handle an edge case in dlist_repr
|
2011-04-23 20:01:03 -07:00 |
|
dlist.h
|
add is? and equal? primitives (is? is like eq?)
|
2011-04-21 14:41:01 -07:00 |
|
env.c
|
move warnings & error messages out of core libs
|
2011-04-23 19:58:01 -07:00 |
|
env.h
|
move all globals into an execution context
|
2011-04-23 14:34:28 -07:00 |
|
eval.c
|
undefine "local" macros after use
|
2011-05-01 19:14:25 -07:00 |
|
eval.h
|
move all globals into an execution context
|
2011-04-23 14:34:28 -07:00 |
|
fn.c
|
s/repr/lake_repr/
|
2011-04-23 19:59:30 -07:00 |
|
fn.h
|
remove unused include
|
2011-04-24 14:46:00 -07:00 |
|
int.c
|
add int_repr
|
2011-04-24 20:39:22 -07:00 |
|
int.h
|
add int_repr
|
2011-04-24 20:39:22 -07:00 |
|
lake.c
|
make type_name more robust
|
2011-05-01 19:17:58 -07:00 |
|
lake.h
|
factor out repl & build static lib
|
2011-04-23 20:00:20 -07:00 |
|
list.c
|
s/repr/lake_repr/
|
2011-04-23 19:59:30 -07:00 |
|
list.h
|
rename string.[ch] to str.[ch] to avoid linking weirdness
|
2011-04-23 19:53:05 -07:00 |
|
Makefile
|
make it work on linux
|
2011-04-24 19:04:54 -07:00 |
|
parse.c
|
print errors to stderr
|
2011-04-24 14:46:00 -07:00 |
|
parse.h
|
move all globals into an execution context
|
2011-04-23 14:34:28 -07:00 |
|
primitive.c
|
undefine "local" macros after use
|
2011-05-01 19:14:25 -07:00 |
|
primitive.h
|
move all globals into an execution context
|
2011-04-23 14:34:28 -07:00 |
|
repl.c
|
print errors to stderr
|
2011-04-24 14:46:00 -07:00 |
|
str.c
|
rename string.[ch] to str.[ch] to avoid linking weirdness
|
2011-04-23 19:53:05 -07:00 |
|
str.h
|
rename string.[ch] to str.[ch] to avoid linking weirdness
|
2011-04-23 19:53:05 -07:00 |
|
sym.c
|
rename string.[ch] to str.[ch] to avoid linking weirdness
|
2011-04-23 19:53:05 -07:00 |
|
sym.h
|
move all globals into an execution context
|
2011-04-23 14:34:28 -07:00 |
|
symtable.c
|
add is? and equal? primitives (is? is like eq?)
|
2011-04-21 14:41:01 -07:00 |
|
symtable.h
|
organize project a little
|
2011-04-20 20:47:52 -07:00 |