FelixBrendel
b3023f259a
pair hashing, work on generic-extend, Memory::reset works again
hace 6 años
Felix Brendel
5e82f9175d
hashmaps are now first class objects in the language
hace 6 años
FelixBrendel
273897cc85
Environment HM now map from ptr to ptr because syms are unique
hace 6 años
FelixBrendel
64c1511a89
now use global symbol tables so symbols and keywords are finally unique
hace 6 años
FelixBrendel
2cc076fa43
updated to use type-extensible hashmaps
hace 6 años
Felix Brendel
1c31749875
hashmaps test
hace 6 años
FelixBrendel
9677dc1f16
bug hunt work transfer
hace 6 años
Felix Brendel
0c73728217
work transfer to laptop
hace 6 años
Felix Brendel
5a117d94ee
better arguments struct, arraylists as values, fixed docgen
hace 6 años
Felix Brendel
6c80382cd0
test out profiling
hace 6 años
Felix Brendel
aea0e9dc94
little cleanup
hace 6 años
Felix Brendel
4f2793b7ef
implement vectors
hace 6 años
Felix Brendel
7cebcd1823
implemented callstack and envistack
hace 6 años
Felix Brendel
e266667607
brefore implementing envi stack
hace 6 años
Felix Brendel
7d282238bf
things going well
hace 6 años
FelixBrendel
d576e7324f
building in the bin dir now
hace 6 años
FelixBrendel
6da1530d0f
windows works again and also alists working now
hace 6 años
Felix Brendel
6f5ecc87b0
auto doc generation
hace 7 años
Felix Brendel
f77e4c56b3
Before implementing import name resolution, then after fic macro imports
hace 7 años
Felix Brendel
eb3bc262b9
Checkpoint before unquote-splicing
hace 7 años
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.
hace 7 años
Felix Brendel
0fb9fbe1ee
symbols and keywords now have a hash value
hace 7 años
Felix Brendel
aae00d7279
all tests working again
hace 7 años
Felix Brendel
346d2f8f3f
Fixed importing not working in the test file
hace 7 años
Felix Brendel
a1fccd29de
importing and macros can expand to macros
hace 7 años
Felix Brendel
0923f36f9c
some safety checks
hace 7 años
FelixBrendel
c8807a04b2
cleanup and sicp file, but crashes
hace 7 años
FelixBrendel
69737d5cdf
assert argument length
hace 7 años
FelixBrendel
903d9bdd8c
We compiling again after including the type into the flags field
hace 7 años
Felix Brendel
3277e50164
Moved type info into a flags field in the lisp objects
hace 7 años
Felix Brendel
3863b96dac
work transfer from laptop
hace 7 años
FelixBrendel
dc40059d90
on the way to better errors
hace 7 años
FelixBrendel
9dd95d3217
made it possible to specify the needed memory in Memory::init()
hace 7 años
FelixBrendel
d6ecda99f6
I think I did Lisp_Object SSO
hace 7 años
FelixBrendel
edef0b017b
better errors and new define syntax
hace 7 años
FelixBrendel
c04c2c62a0
fixed setting user_type to nullptr when initting new lisp objects
hace 7 años
Felix Brendel
1bd77be7f6
singulat t and nil
hace 7 años
Felix Brendel
2f0df71c50
overloaded append_to_array_list
instead of adding type as part of name
hace 7 años
Felix Brendel
23da3570c0
Reverted back to std::functions
hace 7 años
FelixBrendel
9a0e32635b
latest
hace 7 años
FelixBrendel
0a37967fa6
switched to form char* to Strings mostly
hace 7 años
FelixBrendel
77fffc7f5e
fixed some const char*
hace 7 años
FelixBrendel
3453a525ef
cleanup
hace 7 años
FelixBrendel
29bd534525
some memory management
hace 7 años