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
|
e0e4d06c1b
|
added symbols to visualization
|
7 years ago |
Felix Brendel
|
a3f74cdaec
|
started on svg visualization
|
7 years ago |
Felix Brendel
|
311af423df
|
cond has an else clause now
|
7 years ago |
Felix Brendel
|
a1fccd29de
|
importing and macros can expand to macros
|
7 years ago |
Felix Brendel
|
0923f36f9c
|
some safety checks
|
7 years ago |
FelixBrendel
|
c8807a04b2
|
cleanup and sicp file, but crashes
|
7 years ago |
FelixBrendel
|
b978f8b2b2
|
cleanup
|
7 years ago |
FelixBrendel
|
cfa2e4e769
|
used assert_arguments_length for better errors
|
7 years ago |
FelixBrendel
|
619aa69175
|
Merge branch 'master' of https://gitlab.lrz.de/FelixBrendel/slime
|
7 years ago |
FelixBrendel
|
4f82ff4115
|
new define-syntax syntax
|
7 years ago |
FelixBrendel
|
260e7d6bba
|
Merge branch 'master' of https://gitlab.lrz.de/FelixBrendel/slime
|
7 years ago |
FelixBrendel
|
987dbcdd62
|
pre merge
|
7 years ago |
FelixBrendel
|
69737d5cdf
|
assert argument length
|
7 years ago |
FelixBrendel
|
903d9bdd8c
|
We compiling again after including the type into the flags field
|
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
|
dc40059d90
|
on the way to better errors
|
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
|
9f2b25486c
|
Before Lisp_Object SSO
|
7 years ago |
FelixBrendel
|
fac0ed352d
|
Fixed symbol->keyword added type for the class handle in the test
|
7 years ago |
FelixBrendel
|
31a833b5c9
|
fixed let not coying the initial value nodes
|
7 years ago |
FelixBrendel
|
6734ee2258
|
yes
|
7 years ago |
FelixBrendel
|
edef0b017b
|
better errors and new define syntax
|
7 years ago |
FelixBrendel
|
181ace1eed
|
made source_Code_Locations more reliable (sill oncorrect sometimes)
|
7 years ago |
FelixBrendel
|
e607ac4fd5
|
made test file tests
|
7 years ago |
FelixBrendel
|
c04c2c62a0
|
fixed setting user_type to nullptr when initting new lisp objects
|
7 years ago |
Felix Brendel
|
9422a1fa7d
|
todo
|
7 years ago |
Felix Brendel
|
1bd77be7f6
|
singulat t and nil
|
7 years ago |
Felix Brendel
|
8c827029be
|
added user types
|
7 years ago |
Felix Brendel
|
2f0df71c50
|
overloaded append_to_array_list
instead of adding type as part of name
|
7 years ago |
Felix Brendel
|
23da3570c0
|
Reverted back to std::functions
|
7 years ago |
FelixBrendel
|
9a0e32635b
|
latest
|
7 years ago |
FelixBrendel
|
0a37967fa6
|
switched to form char* to Strings mostly
|
7 years ago |
FelixBrendel
|
77fffc7f5e
|
fixed some const char*
|
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
|
fec24d11c7
|
some things
|
7 years ago |
FelixBrendel
|
93e180a8f1
|
we have macros. OOOOOOFFF
|
7 years ago |
FelixBrendel
|
9b5692da9d
|
Lexical scoping is working, but `defun` broke because of that.
Need macros next
|
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 |