Felix Brendel
5a117d94ee
better arguments struct, arraylists as values, fixed docgen
6 years ago
Felix Brendel
aceb801ada
before arguments refactor
6 years ago
Felix Brendel
6c80382cd0
test out profiling
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
688cc02a54
cleanup
6 years ago
FelixBrendel
e0aaf351c5
alists and plists now
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
efded2f9b8
lota things
6 years ago
Felix Brendel
582022601c
we testing sucessfull again
7 years ago
Felix Brendel
89fa56c720
Implemented import name resolution
7 years ago
Felix Brendel
f77e4c56b3
Before implementing import name resolution, then after fic macro imports
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
5548192dc9
renamed prog to begin and added basics for the manual
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
230d5d81fa
visualizations have nice boxes and arrows diagrams for lists
7 years ago
Felix Brendel
79fa593519
In the middle of filtering the pairs to draw for the visualization
7 years ago
Felix Brendel
a3f74cdaec
started on svg visualization
7 years ago
Felix Brendel
a1fccd29de
importing and macros can expand to macros
7 years ago
FelixBrendel
c8807a04b2
cleanup and sicp file, but crashes
7 years ago
FelixBrendel
cfa2e4e769
used assert_arguments_length for better errors
7 years ago
Felix Brendel
8429c495cb
Work transfer from laptop
7 years ago
Felix Brendel
3277e50164
Moved type info into a flags field in the lisp objects
7 years ago
FelixBrendel
09582f9669
hello
7 years ago
Felix Brendel
3863b96dac
work transfer from laptop
7 years ago
Felix Brendel
33ca222922
Finished the error refactor
7 years ago
FelixBrendel
d3149a790f
Make it easier to integrate test scripts
7 years ago
FelixBrendel
9dd95d3217
made it possible to specify the needed memory in Memory::init()
7 years ago
FelixBrendel
d6ecda99f6
I think I did Lisp_Object SSO
7 years ago
FelixBrendel
31a833b5c9
fixed let not coying the initial value nodes
7 years ago
FelixBrendel
181ace1eed
made source_Code_Locations more reliable (sill oncorrect sometimes)
7 years ago
Felix Brendel
1bd77be7f6
singulat t and nil
7 years ago
Felix Brendel
8c827029be
added user types
7 years ago
FelixBrendel
0a37967fa6
switched to form char* to Strings mostly
7 years ago
FelixBrendel
3453a525ef
cleanup
7 years ago
FelixBrendel
29bd534525
some memory management
7 years ago
FelixBrendel
a297f59946
renaming "ast_node" -> "lisp_object"
7 years ago
FelixBrendel
93e180a8f1
we have macros. OOOOOOFFF
7 years ago
FelixBrendel
34b7390ba9
converted all typedefs to c++ types and enums to enum structs
7 years ago
FelixBrendel
9bc30d1569
step 1 in transitioning to c++
7 years ago
FelixBrendel
e923190e0b
Created 't' as the universal source of truth
7 years ago
FelixBrendel
1274220296
created assert_equal_type macro
7 years ago
FelixBrendel
5aa92062c3
Macros actually working
7 years ago
FelixBrendel
46f76fc3d9
built-ins are identified by an enum now
7 years ago
FelixBrendel
2d3892b034
fixed some bugs and stuff
7 years ago
FelixBrendel
db0318bb03
We can parse expressions
7 years ago