Felix Brendel
7cebcd1823
implemented callstack and envistack
преди 6 години
Felix Brendel
e266667607
brefore implementing envi stack
преди 6 години
Felix Brendel
02063bf6fb
function definitions now remember the Lip_Object symbols and keys
not only the strings.. wtf was I thinkingh before?
преди 6 години
Felix Brendel
df3661d77e
fixed keyword args when appling to a function
преди 6 години
Felix Brendel
7d282238bf
things going well
преди 6 години
FelixBrendel
e0aaf351c5
alists and plists now
преди 6 години
Felix Brendel
582022601c
we testing sucessfull again
преди 7 години
Felix Brendel
c0e79075bc
fixes splicing of nil and macros dont expand at parse time fr now
преди 7 години
Felix Brendel
f77e4c56b3
Before implementing import name resolution, then after fic macro imports
преди 7 години
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 години
Felix Brendel
03a2c81aa5
Getting the manual going
преди 7 години
Felix Brendel
5548192dc9
renamed prog to begin and added basics for the manual
преди 7 години
Felix Brendel
0fb9fbe1ee
symbols and keywords now have a hash value
преди 7 години
Felix Brendel
75c95d3baa
Fixed annoying error log in tests
преди 7 години
Felix Brendel
aae00d7279
all tests working again
преди 7 години
Felix Brendel
346d2f8f3f
Fixed importing not working in the test file
преди 7 години
Felix Brendel
79fa593519
In the middle of filtering the pairs to draw for the visualization
преди 7 години
Felix Brendel
a1fccd29de
importing and macros can expand to macros
преди 7 години
FelixBrendel
c8807a04b2
cleanup and sicp file, but crashes
преди 7 години
Felix Brendel
8429c495cb
Work transfer from laptop
преди 7 години
Felix Brendel
3277e50164
Moved type info into a flags field in the lisp objects
преди 7 години
FelixBrendel
09582f9669
hello
преди 7 години
Felix Brendel
3863b96dac
work transfer from laptop
преди 7 години
Felix Brendel
33ca222922
Finished the error refactor
преди 7 години
FelixBrendel
dc40059d90
on the way to better errors
преди 7 години
FelixBrendel
9dd95d3217
made it possible to specify the needed memory in Memory::init()
преди 7 години
FelixBrendel
d6ecda99f6
I think I did Lisp_Object SSO
преди 7 години
FelixBrendel
fac0ed352d
Fixed symbol->keyword added type for the class handle in the test
преди 7 години
FelixBrendel
edef0b017b
better errors and new define syntax
преди 7 години
FelixBrendel
181ace1eed
made source_Code_Locations more reliable (sill oncorrect sometimes)
преди 7 години
Felix Brendel
1bd77be7f6
singulat t and nil
преди 7 години
Felix Brendel
2f0df71c50
overloaded append_to_array_list
instead of adding type as part of name
преди 7 години
Felix Brendel
23da3570c0
Reverted back to std::functions
преди 7 години
FelixBrendel
9a0e32635b
latest
преди 7 години
FelixBrendel
0a37967fa6
switched to form char* to Strings mostly
преди 7 години
FelixBrendel
3453a525ef
cleanup
преди 7 години
FelixBrendel
29bd534525
some memory management
преди 7 години
FelixBrendel
a297f59946
renaming "ast_node" -> "lisp_object"
преди 7 години
FelixBrendel
fec24d11c7
some things
преди 7 години
FelixBrendel
93e180a8f1
we have macros. OOOOOOFFF
преди 7 години
FelixBrendel
9b5692da9d
Lexical scoping is working, but `defun` broke because of that.
Need macros next
преди 7 години
FelixBrendel
34b7390ba9
converted all typedefs to c++ types and enums to enum structs
преди 7 години
FelixBrendel
9bc30d1569
step 1 in transitioning to c++
преди 7 години