1. 8b5ec7a Add low-level class support, stub of high level OOP wrapper by swissChili · 1 year, 10 months ago
  2. 9d428a8 Fix bug with merge2 and ,@, add (let) by swissChili · 1 year, 10 months ago
  3. 16156be Fix memory leaks revealed by GC segments by swissChili · 1 year, 10 months ago
  4. 8056031 Add GC segments to differentiate C stack space from Lisp by swissChili · 1 year, 10 months ago
  5. c0acce4 Fix memory leaks in compiler by swissChili · 1 year, 10 months ago
  6. 04d9416 Document some new Lisp functions, add functions for env. inspection by swissChili · 1 year, 10 months ago
  7. 1e8b756 Begin multitasking refactor to support ring-3 TSS by swissChili · 2 years, 5 months ago
  8. fc5c941 Add flet1, flet, update reference by swissChili · 2 years, 9 months ago
  9. a7568dc Add unquote-splice (,@) by swissChili · 2 years, 9 months ago
  10. 36f2c69 Fix bug in error handling where __sub would be clobbered. by swissChili · 2 years, 9 months ago
  11. 6d02af4 Add detailed error reporting, remove panics by swissChili · 2 years, 10 months ago
  12. fbf525f Add Jmk for lisp reference, LaTeX CI by swissChili · 2 years, 10 months ago
  13. a89ee44 Add AND and OR by swissChili · 2 years, 10 months ago
  14. 9d151e6 Add backquote/quasiquote (`). by swissChili · 2 years, 10 months ago
  15. b51552c Add tail call optimization, fix bug with vararg passing. by swissChili · 2 years, 10 months ago
  16. 53e7cd1 Fix segfault in Lisp when calling variadic function. by swissChili · 2 years, 10 months ago
  17. 484295d Add reduce by swissChili · 2 years, 10 months ago
  18. 7e1393c Add (read), improve error reporting by swissChili · 2 years, 10 months ago
  19. 15f1cae Add optional, variadic arguments by swissChili · 2 years, 11 months ago
  20. f68671f Add load(), load_library(), lisp std by swissChili · 2 years, 11 months ago
  21. 708d4c4 Fix memory leaks, aligned allocators by swissChili · 2 years, 11 months ago
  22. 7434842 Add recursive calls, (function), #' by swissChili · 2 years, 11 months ago
  23. ddc9754 Add lexical closures by swissChili · 2 years, 11 months ago
  24. f1ba8c1 Garbage collect strings and symbols by swissChili · 2 years, 11 months ago
  25. 2999dd1 Add macros by swissChili · 2 years, 11 months ago
  26. 6b47b6d Add list, quote by swissChili · 2 years, 11 months ago
  27. b8fd471 Add allocation pools, release memory in GC by swissChili · 2 years, 11 months ago
  28. e9fec8b Finish stack walking, mark+sweep for GC by swissChili · 2 years, 11 months ago
  29. 9e57da4 Add stack walking to _do_gc by swissChili · 3 years ago
  30. 6d6525e Add GC stub, let1 by swissChili · 3 years ago
  31. 67bdf28 Add let1 by swissChili · 3 years ago
  32. 923b536 Add argument variable binding by swissChili · 3 years ago
  33. a820dea Fix "if" condition by swissChili · 3 years ago
  34. 53472e8 Add "if" built-in by swissChili · 3 years ago
  35. 8fc5e2f Add compile_tl (), compile `defun's by swissChili · 3 years, 1 month ago
  36. f3e7f18 Compiler can compile simple nested expressions and function calls. by swissChili · 3 years, 1 month ago
  37. b3ca4fb Add lib/std, compile_expression () by swissChili · 3 years, 1 month ago
  38. 8cfb7c4 Move lisp to single-dword value type by swissChili · 3 years, 1 month ago
  39. ca107a0 Add beginning of Lips compiler, DynASM by swissChili · 3 years, 1 month ago