Felix Brendel
79ef622eec
more steps towards that
6 years ago
fumfar hiwi
f12994cbfe
everything broke, we'll make cMacros now
6 years ago
FelixBrendel
b83a479533
everything except keyword args seems to work for now
6 years ago
Felix Brendel
f767736064
nrc_eval first steps
6 years ago
fumfar hiwi
efbdfeed2e
fixed import bug
6 years ago
FelixBrendel
667989e373
cleanup
6 years ago
fumfar hiwi
28ab850bee
profiling
6 years ago
FelixBrendel
72bd30bf4c
we have a new parser and can parse [] and {} for vectors and hm's
6 years ago
FelixBrendel
c1bec1a4d4
easier way to create vectors
6 years ago
Felix Brendel
650eba7f18
More cleanup
6 years ago
Felix Brendel
8dbff42bdf
Cleanup and delete dead code
6 years ago
Felix Brendel
bb1cfcd3c3
Fixed Memory Leaks. :)
6 years ago
FelixBrendel
a790a38655
trying not to leak memory
6 years ago
FelixBrendel
6260359a83
updated libslime.h
6 years ago
Felix Brendel
0a7f05a20d
Lisp_Objects and Environments are now bucket allocated
6 years ago
Felix Brendel
0d77893a90
better errors and cleanp
6 years ago
FelixBrendel
cb58c6b6da
linker error für sven
6 years ago
FelixBrendel
af4f8cf630
added load path
6 years ago
FelixBrendel
b3023f259a
pair hashing, work on generic-extend, Memory::reset works again
6 years ago
Felix Brendel
5e82f9175d
hashmaps are now first class objects in the language
6 years ago
FelixBrendel
273897cc85
Environment HM now map from ptr to ptr because syms are unique
6 years ago
FelixBrendel
64c1511a89
now use global symbol tables so symbols and keywords are finally unique
6 years ago
FelixBrendel
2cc076fa43
updated to use type-extensible hashmaps
6 years ago
Felix Brendel
1c31749875
hashmaps test
6 years ago
FelixBrendel
9677dc1f16
bug hunt work transfer
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
6c80382cd0
test out profiling
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
e266667607
brefore implementing envi stack
6 years ago
Felix Brendel
7d282238bf
things going well
6 years ago
FelixBrendel
d576e7324f
building in the bin dir now
6 years ago
FelixBrendel
6da1530d0f
windows works again and also alists working now
6 years ago
Felix Brendel
6f5ecc87b0
auto doc generation
7 years ago
Felix Brendel
f77e4c56b3
Before implementing import name resolution, then after fic macro imports
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
0fb9fbe1ee
symbols and keywords now have a hash value
7 years ago
Felix Brendel
aae00d7279
all tests working again
7 years ago
Felix Brendel
346d2f8f3f
Fixed importing not working in the test file
7 years ago
Felix Brendel
a1fccd29de
importing and macros can expand to macros
7 years ago
Felix Brendel
0923f36f9c
some safety checks
7 years ago
FelixBrendel
c8807a04b2
cleanup and sicp file, but crashes
7 years ago
FelixBrendel
69737d5cdf
assert argument length
7 years ago
FelixBrendel
903d9bdd8c
We compiling again after including the type into the flags field
7 years ago
Felix Brendel
3277e50164
Moved type info into a flags field in the lisp objects
7 years ago
Felix Brendel
3863b96dac
work transfer from laptop
7 years ago
FelixBrendel
dc40059d90
on the way to better errors
7 years ago