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