Felix Brendel
f77e4c56b3
Before implementing import name resolution, then after fic macro imports
7 years ago
Felix Brendel
3fb2326dd3
unquote splicing and implemented slime side list comprehensions
7 years ago
Felix Brendel
912ec19373
coly_lisp_object now dows not create new nil and t values anymore
Fixed an error where a nil value could not be used as the default
value as a keyword argument since coly_lisp_object would be invoked
before assigning nil as the default argument, producing a separate nil
value, which then fails the nil tests becase it lives in a different
location as Memory::nil.
7 years ago
Felix Brendel
03a2c81aa5
Getting the manual going
7 years ago
Felix Brendel
0fb9fbe1ee
symbols and keywords now have a hash value
7 years ago
Felix Brendel
aae00d7279
all tests working again
7 years ago
Felix Brendel
a3f74cdaec
started on svg visualization
7 years ago
Felix Brendel
311af423df
cond has an else clause now
7 years ago
FelixBrendel
c8807a04b2
cleanup and sicp file, but crashes
7 years ago
FelixBrendel
987dbcdd62
pre merge
7 years ago
FelixBrendel
d6ecda99f6
I think I did Lisp_Object SSO
7 years ago
FelixBrendel
9f2b25486c
Before Lisp_Object SSO
7 years ago
FelixBrendel
fac0ed352d
Fixed symbol->keyword added type for the class handle in the test
7 years ago
FelixBrendel
31a833b5c9
fixed let not coying the initial value nodes
7 years ago
FelixBrendel
edef0b017b
better errors and new define syntax
7 years ago
FelixBrendel
181ace1eed
made source_Code_Locations more reliable (sill oncorrect sometimes)
7 years ago
FelixBrendel
e607ac4fd5
made test file tests
7 years ago