FelixBrendel
7a780615f9
Implemented cintinuations and call/cc
il y a 6 ans
FelixBrendel
76dd4d6482
using stdint types
il y a 6 ans
Felix Brendel
9295d57a8e
Big String refacor: now len+pointer, no String storage anymore
il y a 6 ans
Felix Brendel
7c220ed9d6
Work transfer
il y a 6 ans
fumfar hiwi
efbdfeed2e
fixed import bug
il y a 6 ans
Felix Brendel
650eba7f18
More 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
814cceaf3d
fixed a bug where too long filenames would not be printed in errors
and the porgam would jsut essentially print spaced forever
il y a 6 ans
Felix Brendel
0d77893a90
better errors and cleanp
il y a 6 ans
Felix Brendel
5e82f9175d
hashmaps are now first class objects in the language
il y a 6 ans
FelixBrendel
2cc076fa43
updated to use type-extensible hashmaps
il y a 6 ans
Felix Brendel
2cd0c2c0c0
fixed mudules in alists
il y a 6 ans
FelixBrendel
088127387e
commit before hashmaps
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
5a117d94ee
better arguments struct, arraylists as values, fixed docgen
il y a 6 ans
Felix Brendel
6c80382cd0
test out profiling
il y a 6 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
0fb9fbe1ee
symbols and keywords now have a hash value
il y a 7 ans
Felix Brendel
75c95d3baa
Fixed annoying error log in tests
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
FelixBrendel
c8807a04b2
cleanup and sicp file, but crashes
il y a 7 ans
FelixBrendel
09582f9669
hello
il y a 7 ans
FelixBrendel
dc40059d90
on the way to better errors
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
Felix Brendel
23da3570c0
Reverted back to std::functions
il y a 7 ans
FelixBrendel
77fffc7f5e
fixed some const char*
il y a 7 ans
FelixBrendel
3453a525ef
cleanup
il y a 7 ans
FelixBrendel
29bd534525
some memory management
il y a 7 ans
FelixBrendel
fec24d11c7
some things
il y a 7 ans
FelixBrendel
34b7390ba9
converted all typedefs to c++ types and enums to enum structs
il y a 7 ans
FelixBrendel
9bc30d1569
step 1 in transitioning to c++
il y a 7 ans
Felix Brendel
f8e9a8799e
first step to better errors, but broeken af
il y a 7 ans
FelixBrendel
321ef46a84
cleanup and writing docs
il y a 7 ans
FelixBrendel
5aa92062c3
Macros actually working
il y a 7 ans
FelixBrendel
f6c2219bd5
Can now parse lambda lists
il y a 7 ans
FelixBrendel
2006e3b45c
Use the parse arguments
il y a 7 ans
FelixBrendel
46f76fc3d9
built-ins are identified by an enum now
il y a 7 ans
FelixBrendel
905500ab98
quote eval define print read
il y a 7 ans
FelixBrendel
dd2be2cb87
okay
il y a 7 ans
FelixBrendel
db0318bb03
We can parse expressions
il y a 7 ans
FelixBrendel
12a200534f
Added some convenience types + impemented and + or
il y a 7 ans
FelixBrendel
5f16d1fbb9
Reorganize folders and added windows build with MSVC for debugging
il y a 7 ans
Felix Brendel
4c33538e8a
added error types and stuff
il y a 7 ans
Felix Brendel
9d0427f790
Added some tests for the built-ins
il y a 7 ans