1. 53e7cd1 Fix segfault in Lisp when calling variadic function. by swissChili · 3 years, 2 months ago
  2. 7e1393c Add (read), improve error reporting by swissChili · 3 years, 3 months ago
  3. f68671f Add load(), load_library(), lisp std by swissChili · 3 years, 3 months ago
  4. 708d4c4 Fix memory leaks, aligned allocators by swissChili · 3 years, 3 months ago
  5. b8fd471 Add allocation pools, release memory in GC by swissChili · 3 years, 3 months ago
  6. e9fec8b Finish stack walking, mark+sweep for GC by swissChili · 3 years, 3 months ago
  7. ca26848 Begin PCI refactor by swissChili · 3 years, 4 months ago
  8. 3ec55cf Remove free by swissChili · 3 years, 4 months ago
  9. 923b536 Add argument variable binding by swissChili · 3 years, 4 months ago
  10. 53472e8 Add "if" built-in by swissChili · 3 years, 5 months ago
  11. 8fc5e2f Add compile_tl (), compile `defun's by swissChili · 3 years, 5 months ago
  12. f3e7f18 Compiler can compile simple nested expressions and function calls. by swissChili · 3 years, 5 months ago
  13. 8cfb7c4 Move lisp to single-dword value type by swissChili · 3 years, 5 months ago
  14. bed8092 Finish basics of Lisp parser, add simple test by swissChili · 3 years, 5 months ago
  15. 7a6f5eb Beginning of Lisp parser by swissChili · 3 years, 5 months ago