index
:
alisp
master
Compiling Lisp
Aryadev Chavali <aryadev@aryadevchavali.com>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2025-08-20
Refactor vectors to SBO, removing inlined entirely.
Aryadev Chavali
2025-08-20
refactor lisp runtime to use vec_t* instead of ivec_t*
Aryadev Chavali
2025-08-20
Stable vector implementation
Aryadev Chavali
2025-08-20
remove parameter names in header
Aryadev Chavali
2025-08-20
ivec_ensure_remaining -> ivec_ensure_free
Aryadev Chavali
2025-08-20
vec -> ivec
Aryadev Chavali
2025-08-20
Use sv_t instead of raw char*
Aryadev Chavali
2025-08-20
rename base.h -> alisp.h
Aryadev Chavali
2025-08-20
Constructors and context -> sys
Aryadev Chavali
2025-08-20
README
Aryadev Chavali
2025-08-20
Basic template for a system context and constructors
Aryadev Chavali
2025-08-19
Test for tagging integers
Aryadev Chavali
2025-08-19
Conses and Vectors for my tagging scheme
Aryadev Chavali
2025-08-19
Pointer tagging!
Aryadev Chavali
2025-08-19
Make sym_table_find return the c-string in question directly
Aryadev Chavali
2025-08-19
Add sanitisers to build
Aryadev Chavali
2025-08-19
Separate out implementation to make looking at code files easier
Aryadev Chavali
2025-08-19
Separated out the definitions to clean up a bit
Aryadev Chavali
2025-08-19
200 line symbol table implementation and the first commit
Aryadev Chavali