1. 9d428a8 Fix bug with merge2 and ,@, add (let) by swissChili · 1 year, 10 months ago
  2. 16156be Fix memory leaks revealed by GC segments by swissChili · 1 year, 10 months ago
  3. 8056031 Add GC segments to differentiate C stack space from Lisp by swissChili · 1 year, 10 months ago
  4. c0acce4 Fix memory leaks in compiler by swissChili · 1 year, 10 months ago
  5. 36f2c69 Fix bug in error handling where __sub would be clobbered. by swissChili · 2 years, 9 months ago
  6. 6d02af4 Add detailed error reporting, remove panics by swissChili · 2 years, 10 months ago
  7. 53e7cd1 Fix segfault in Lisp when calling variadic function. by swissChili · 2 years, 10 months ago
  8. 7e1393c Add (read), improve error reporting by swissChili · 2 years, 10 months ago
  9. f68671f Add load(), load_library(), lisp std by swissChili · 2 years, 11 months ago
  10. 708d4c4 Fix memory leaks, aligned allocators by swissChili · 2 years, 11 months ago
  11. b8fd471 Add allocation pools, release memory in GC by swissChili · 2 years, 11 months ago
  12. e9fec8b Finish stack walking, mark+sweep for GC by swissChili · 2 years, 11 months ago
  13. ca26848 Begin PCI refactor by swissChili · 3 years ago
  14. 3ec55cf Remove free by swissChili · 3 years ago
  15. 923b536 Add argument variable binding by swissChili · 3 years ago
  16. 53472e8 Add "if" built-in by swissChili · 3 years ago
  17. 8fc5e2f Add compile_tl (), compile `defun's by swissChili · 3 years, 1 month ago
  18. f3e7f18 Compiler can compile simple nested expressions and function calls. by swissChili · 3 years, 1 month ago
  19. 8cfb7c4 Move lisp to single-dword value type by swissChili · 3 years, 1 month ago
  20. bed8092 Finish basics of Lisp parser, add simple test by swissChili · 3 years, 1 month ago
  21. 7a6f5eb Beginning of Lisp parser by swissChili · 3 years, 1 month ago