FelixBrendel
b83a479533
everything except keyword args seems to work for now
6 years ago
FelixBrendel
e02db00b86
small optimizaitons
6 years ago
Felix Brendel
2c097fb85a
fixed failing test after "cleanup"
6 years ago
Felix Brendel
650eba7f18
More cleanup
6 years ago
Felix Brendel
47b33f2f3a
fixed the tests with new args
6 years ago
Felix Brendel
0c73728217
work transfer to laptop
6 years ago
Felix Brendel
5a117d94ee
better arguments struct, arraylists as values, fixed docgen
6 years ago
Felix Brendel
aceb801ada
before arguments refactor
6 years ago
Felix Brendel
aea0e9dc94
little cleanup
6 years ago
Felix Brendel
4f2793b7ef
implement vectors
6 years ago
Felix Brendel
7cebcd1823
implemented callstack and envistack
6 years ago
Felix Brendel
02063bf6fb
function definitions now remember the Lip_Object symbols and keys
not only the strings.. wtf was I thinkingh before?
6 years ago
FelixBrendel
5716e83598
define-typed working;; parsing keywords in lambdalists correctly next
6 years ago
FelixBrendel
e0aaf351c5
alists and plists now
6 years ago
Felix Brendel
efded2f9b8
lota things
6 years ago
Felix Brendel
6f5ecc87b0
auto doc generation
7 years ago
Felix Brendel
eb3bc262b9
Checkpoint before unquote-splicing
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
fb7f3a00c9
Cleanup and manuals now can have box diagrams
7 years ago
Felix Brendel
5548192dc9
renamed prog to begin and added basics for the manual
7 years ago