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. c0acce4 Fix memory leaks in compiler by swissChili · 1 year, 10 months ago
  4. e0d4b90 Modify printval() (and (print)) to properly serialize s-expressions by swissChili · 1 year, 10 months ago
  5. fc5c941 Add flet1, flet, update reference by swissChili · 2 years, 9 months ago
  6. a7568dc Add unquote-splice (,@) by swissChili · 2 years, 9 months ago
  7. 36f2c69 Fix bug in error handling where __sub would be clobbered. by swissChili · 2 years, 9 months ago
  8. 6d02af4 Add detailed error reporting, remove panics by swissChili · 2 years, 10 months ago
  9. 53e7cd1 Fix segfault in Lisp when calling variadic function. by swissChili · 2 years, 10 months ago
  10. 7e1393c Add (read), improve error reporting by swissChili · 2 years, 10 months ago
  11. 15f1cae Add optional, variadic arguments by swissChili · 2 years, 11 months ago
  12. 7434842 Add recursive calls, (function), #' by swissChili · 2 years, 11 months ago
  13. ddc9754 Add lexical closures by swissChili · 2 years, 11 months ago
  14. f1ba8c1 Garbage collect strings and symbols by swissChili · 2 years, 11 months ago
  15. 2999dd1 Add macros by swissChili · 2 years, 11 months ago
  16. 6b47b6d Add list, quote by swissChili · 2 years, 11 months ago
  17. b6c858c Add ', `, ,, reader macros by swissChili · 2 years, 11 months ago
  18. b8fd471 Add allocation pools, release memory in GC by swissChili · 2 years, 11 months ago
  19. e9fec8b Finish stack walking, mark+sweep for GC by swissChili · 2 years, 11 months ago
  20. 9e57da4 Add stack walking to _do_gc by swissChili · 3 years ago
  21. 923b536 Add argument variable binding by swissChili · 3 years ago
  22. 53472e8 Add "if" built-in by swissChili · 3 years ago
  23. 8fc5e2f Add compile_tl (), compile `defun's by swissChili · 3 years, 1 month ago
  24. f3e7f18 Compiler can compile simple nested expressions and function calls. by swissChili · 3 years, 1 month ago
  25. b3ca4fb Add lib/std, compile_expression () by swissChili · 3 years, 1 month ago
  26. 6eee4f9 Add readint () by swissChili · 3 years, 1 month ago
  27. 8cfb7c4 Move lisp to single-dword value type by swissChili · 3 years, 1 month ago
  28. ca107a0 Add beginning of Lips compiler, DynASM by swissChili · 3 years, 1 month ago
  29. bed8092 Finish basics of Lisp parser, add simple test by swissChili · 3 years, 1 month ago
  30. 7a6f5eb Beginning of Lisp parser by swissChili · 3 years, 1 month ago