Felix Brendel
df3661d77e
fixed keyword args when appling to a function
hace 6 años
Felix Brendel
7d282238bf
things going well
hace 6 años
FelixBrendel
5716e83598
define-typed working;; parsing keywords in lambdalists correctly next
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
6f5ecc87b0
auto doc generation
hace 7 años
Felix Brendel
d01269aa13
fixed oo
hace 7 años
Felix Brendel
582022601c
we testing sucessfull again
hace 7 años
Felix Brendel
c0e79075bc
fixes splicing of nil and macros dont expand at parse time fr now
hace 7 años
Felix Brendel
f77e4c56b3
Before implementing import name resolution, then after fic macro imports
hace 7 años
Felix Brendel
3fb2326dd3
unquote splicing and implemented slime side list comprehensions
hace 7 años
Felix Brendel
eb3bc262b9
Checkpoint before unquote-splicing
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
03a2c81aa5
Getting the manual going
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
e0e4d06c1b
added symbols to visualization
hace 7 años
Felix Brendel
a3f74cdaec
started on svg visualization
hace 7 años
Felix Brendel
311af423df
cond has an else clause now
hace 7 años
FelixBrendel
c8807a04b2
cleanup and sicp file, but crashes
hace 7 años
FelixBrendel
4f82ff4115
new define-syntax syntax
hace 7 años
FelixBrendel
987dbcdd62
pre merge
hace 7 años
Felix Brendel
8429c495cb
Work transfer from laptop
hace 7 años
FelixBrendel
d6ecda99f6
I think I did Lisp_Object SSO
hace 7 años
FelixBrendel
9f2b25486c
Before Lisp_Object SSO
hace 7 años
FelixBrendel
fac0ed352d
Fixed symbol->keyword added type for the class handle in the test
hace 7 años
FelixBrendel
31a833b5c9
fixed let not coying the initial value nodes
hace 7 años
FelixBrendel
6734ee2258
yes
hace 7 años
FelixBrendel
edef0b017b
better errors and new define syntax
hace 7 años
FelixBrendel
181ace1eed
made source_Code_Locations more reliable (sill oncorrect sometimes)
hace 7 años
FelixBrendel
e607ac4fd5
made test file tests
hace 7 años
FelixBrendel
fec24d11c7
some things
hace 7 años
FelixBrendel
93e180a8f1
we have macros. OOOOOOFFF
hace 7 años
FelixBrendel
9b5692da9d
Lexical scoping is working, but `defun` broke because of that.
Need macros next
hace 7 años
FelixBrendel
9bc30d1569
step 1 in transitioning to c++
hace 7 años
FelixBrendel
82d12a7386
error locations for wrong parameters
hace 7 años
FelixBrendel
f179eda6f1
Error locations are somewhat working now
hace 7 años
FelixBrendel
3e8f883308
Fixed not copying the default keyword args
hace 7 años
Felix Brendel
319d6d2041
fuck yea
hace 7 años
FelixBrendel
e923190e0b
Created 't' as the universal source of truth
hace 7 años
FelixBrendel
321ef46a84
cleanup and writing docs
hace 7 años
FelixBrendel
49f18d7771
Unscape all strings when parsing
hace 7 años
FelixBrendel
5aa92062c3
Macros actually working
hace 7 años
FelixBrendel
65b97fe535
macros
hace 7 años