FelixBrendel
|
c8807a04b2
|
cleanup and sicp file, but crashes
|
7 年之前 |
FelixBrendel
|
cfa2e4e769
|
used assert_arguments_length for better errors
|
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
|
d3149a790f
|
Make it easier to integrate test scripts
|
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
|
31a833b5c9
|
fixed let not coying the initial value nodes
|
7 年之前 |
FelixBrendel
|
181ace1eed
|
made source_Code_Locations more reliable (sill oncorrect sometimes)
|
7 年之前 |
Felix Brendel
|
1bd77be7f6
|
singulat t and nil
|
7 年之前 |
Felix Brendel
|
8c827029be
|
added user types
|
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
|
93e180a8f1
|
we have macros. OOOOOOFFF
|
7 年之前 |
FelixBrendel
|
34b7390ba9
|
converted all typedefs to c++ types and enums to enum structs
|
7 年之前 |
FelixBrendel
|
9bc30d1569
|
step 1 in transitioning to c++
|
7 年之前 |
FelixBrendel
|
e923190e0b
|
Created 't' as the universal source of truth
|
7 年之前 |
FelixBrendel
|
1274220296
|
created assert_equal_type macro
|
7 年之前 |
FelixBrendel
|
5aa92062c3
|
Macros actually working
|
7 年之前 |
FelixBrendel
|
46f76fc3d9
|
built-ins are identified by an enum now
|
7 年之前 |
FelixBrendel
|
2d3892b034
|
fixed some bugs and stuff
|
7 年之前 |
FelixBrendel
|
db0318bb03
|
We can parse expressions
|
7 年之前 |
FelixBrendel
|
12a200534f
|
Added some convenience types + impemented and + or
|
7 年之前 |
FelixBrendel
|
5f16d1fbb9
|
Reorganize folders and added windows build with MSVC for debugging
|
7 年之前 |
FelixBrendel
|
8c0a0b0781
|
Fixed critiacal testing bug
We called 'new(Environment)' instead of 'create_empty_environment()'
|
7 年之前 |
Felix Brendel
|
5c541635cf
|
cosmetics
|
7 年之前 |
Felix Brendel
|
4c33538e8a
|
added error types and stuff
|
7 年之前 |
Felix Brendel
|
9d0427f790
|
Added some tests for the built-ins
|
7 年之前 |