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