FelixBrendel
2882f81e13
environments are now hashmaps
il y a 6 ans
Felix Brendel
beb4e18efc
Merge branch 'master' of https://gitlab.lrz.de/FelixBrendel/slime
il y a 6 ans
Felix Brendel
1c31749875
hashmaps test
il y a 6 ans
FelixBrendel
6462be67cf
added random function
il y a 6 ans
FelixBrendel
9677dc1f16
bug hunt work transfer
il y a 6 ans
FelixBrendel
d42ada70ef
default args are eveled at current environment now
il y a 6 ans
Felix Brendel
5f82694233
Update .gitlab-ci.yml
il y a 6 ans
Felix Brendel
5dfe97665d
Update .gitlab-ci.yml
il y a 6 ans
Felix Brendel
73f26a7350
Update .gitlab-ci.yml
il y a 6 ans
Felix Brendel
ac554fc859
Update .gitlab-ci.yml
il y a 6 ans
Felix Brendel
e34d87c373
Add .gitlab-ci.yml
il y a 6 ans
Felix Brendel
97f45f166f
small fixes in stdlib
il y a 6 ans
FelixBrendel
088127387e
commit before hashmaps
il y a 6 ans
Felix Brendel
988e45a65b
extended fetch to 24 args
il y a 6 ans
Felix Brendel
47b33f2f3a
fixed the tests with new args
il y a 6 ans
Felix Brendel
5f90f2877f
fixed into for cFunction args
il y a 6 ans
Felix Brendel
d32c9596ba
ftb update
il y a 6 ans
Felix Brendel
0c73728217
work transfer to laptop
il y a 6 ans
Felix Brendel
5a117d94ee
better arguments struct, arraylists as values, fixed docgen
il y a 6 ans
Felix Brendel
aceb801ada
before arguments refactor
il y a 6 ans
Felix Brendel
6c80382cd0
test out profiling
il y a 6 ans
Felix Brendel
aea0e9dc94
little cleanup
il y a 6 ans
Felix Brendel
4f2793b7ef
implement vectors
il y a 6 ans
Felix Brendel
5fa2c1bbf9
Implement set!
il y a 6 ans
FelixBrendel
241ac60ced
args are now stored with their symbols instead of ther string identifiers
il y a 6 ans
Felix Brendel
7cebcd1823
implemented callstack and envistack
il y a 6 ans
Felix Brendel
e266667607
brefore implementing envi stack
il y a 6 ans
Felix Brendel
02063bf6fb
function definitions now remember the Lip_Object symbols and keys
not only the strings.. wtf was I thinkingh before?
il y a 6 ans
Felix Brendel
688cc02a54
cleanup
il y a 6 ans
Felix Brendel
df3661d77e
fixed keyword args when appling to a function
il y a 6 ans
Felix Brendel
7d282238bf
things going well
il y a 6 ans
FelixBrendel
af0c6fd2fd
emacs mode
il y a 6 ans
FelixBrendel
5716e83598
define-typed working;; parsing keywords in lambdalists correctly next
il y a 6 ans
FelixBrendel
e0aaf351c5
alists and plists now
il y a 6 ans
FelixBrendel
d576e7324f
building in the bin dir now
il y a 6 ans
FelixBrendel
6da1530d0f
windows works again and also alists working now
il y a 6 ans
Felix Brendel
efded2f9b8
lota things
il y a 6 ans
Felix Brendel
6f5ecc87b0
auto doc generation
il y a 7 ans
Felix Brendel
d01269aa13
fixed oo
il y a 7 ans
Felix Brendel
582022601c
we testing sucessfull again
il y a 7 ans
Felix Brendel
c0e79075bc
fixes splicing of nil and macros dont expand at parse time fr now
il y a 7 ans
Felix Brendel
89fa56c720
Implemented import name resolution
il y a 7 ans
Felix Brendel
f77e4c56b3
Before implementing import name resolution, then after fic macro imports
il y a 7 ans
Felix Brendel
3fb2326dd3
unquote splicing and implemented slime side list comprehensions
il y a 7 ans
Felix Brendel
eb3bc262b9
Checkpoint before unquote-splicing
il y a 7 ans
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.
il y a 7 ans
Felix Brendel
03a2c81aa5
Getting the manual going
il y a 7 ans
Felix Brendel
fb7f3a00c9
Cleanup and manuals now can have box diagrams
il y a 7 ans
Felix Brendel
5548192dc9
renamed prog to begin and added basics for the manual
il y a 7 ans
Felix Brendel
0fb9fbe1ee
symbols and keywords now have a hash value
il y a 7 ans