FelixBrendel
7a780615f9
Implemented cintinuations and call/cc
il y a 6 ans
FelixBrendel
76dd4d6482
using stdint types
il y a 6 ans
FelixBrendel
af55ee1314
Now usable
il y a 6 ans
FelixBrendel
4a0e6eb17a
function bodys can now be empty.. sigh
il y a 6 ans
FelixBrendel
be20a91fb7
function bodys can now be empty.. sigh
il y a 6 ans
Felix Brendel
aac3985a61
Macros are now properly getting baked in Modules bug still persists
il y a 6 ans
Felix Brendel
7c220ed9d6
Work transfer
il y a 6 ans
FelixBrendel
f34c111c2d
test debugging
il y a 6 ans
fumfar hiwi
f12994cbfe
everything broke, we'll make cMacros now
il y a 6 ans
fumfar hiwi
efbdfeed2e
fixed import bug
il y a 6 ans
FelixBrendel
667989e373
cleanup
il y a 6 ans
FelixBrendel
72bd30bf4c
we have a new parser and can parse [] and {} for vectors and hm's
il y a 6 ans
Felix Brendel
2c097fb85a
fixed failing test after "cleanup"
il y a 6 ans
Felix Brendel
8dbff42bdf
Cleanup and delete dead code
il y a 6 ans
Felix Brendel
bb1cfcd3c3
Fixed Memory Leaks. :)
il y a 6 ans
FelixBrendel
a790a38655
trying not to leak memory
il y a 6 ans
Felix Brendel
5e82f9175d
hashmaps are now first class objects in the language
il y a 6 ans
Felix Brendel
2cd0c2c0c0
fixed mudules in alists
il y a 6 ans
FelixBrendel
2882f81e13
environments are now hashmaps
il y a 6 ans
FelixBrendel
9677dc1f16
bug hunt work transfer
il y a 6 ans
Felix Brendel
47b33f2f3a
fixed the tests with new args
il y a 6 ans
Felix Brendel
0c73728217
work transfer to laptop
il y a 6 ans
Felix Brendel
6c80382cd0
test out profiling
il y a 6 ans
Felix Brendel
4f2793b7ef
implement vectors
il y a 6 ans
FelixBrendel
241ac60ced
args are now stored with their symbols instead of ther string identifiers
il y a 6 ans
FelixBrendel
e0aaf351c5
alists and plists 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
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
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
0fb9fbe1ee
symbols and keywords now have a hash value
il y a 7 ans
Felix Brendel
aae00d7279
all tests working again
il y a 7 ans
Felix Brendel
a3f74cdaec
started on svg visualization
il y a 7 ans
Felix Brendel
311af423df
cond has an else clause now
il y a 7 ans
FelixBrendel
c8807a04b2
cleanup and sicp file, but crashes
il y a 7 ans
FelixBrendel
987dbcdd62
pre merge
il y a 7 ans
FelixBrendel
d6ecda99f6
I think I did Lisp_Object SSO
il y a 7 ans
FelixBrendel
9f2b25486c
Before Lisp_Object SSO
il y a 7 ans
FelixBrendel
fac0ed352d
Fixed symbol->keyword added type for the class handle in the test
il y a 7 ans
FelixBrendel
31a833b5c9
fixed let not coying the initial value nodes
il y a 7 ans
FelixBrendel
edef0b017b
better errors and new define syntax
il y a 7 ans
FelixBrendel
181ace1eed
made source_Code_Locations more reliable (sill oncorrect sometimes)
il y a 7 ans
FelixBrendel
e607ac4fd5
made test file tests
il y a 7 ans