45 Commits (f77e4c56b3c7daef4211b3da2d6593c4183ed602)

Author SHA1 Message Date
  Felix Brendel f77e4c56b3 Before implementing import name resolution, then after fic macro imports 7 years ago
  Felix Brendel 3fb2326dd3 unquote splicing and implemented slime side list comprehensions 7 years ago
  Felix Brendel eb3bc262b9 Checkpoint before unquote-splicing 7 years ago
  Felix Brendel 912ec19373 coly_lisp_object now dows not create new nil and t values anymore 7 years ago
  Felix Brendel 03a2c81aa5 Getting the manual going 7 years ago
  Felix Brendel 5548192dc9 renamed prog to begin and added basics for the manual 7 years ago
  Felix Brendel 0fb9fbe1ee symbols and keywords now have a hash value 7 years ago
  Felix Brendel aae00d7279 all tests working again 7 years ago
  Felix Brendel 346d2f8f3f Fixed importing not working in the test file 7 years ago
  Felix Brendel 230d5d81fa visualizations have nice boxes and arrows diagrams for lists 7 years ago
  Felix Brendel 79fa593519 In the middle of filtering the pairs to draw for the visualization 7 years ago
  Felix Brendel e0e4d06c1b added symbols to visualization 7 years ago
  Felix Brendel a3f74cdaec started on svg visualization 7 years ago
  Felix Brendel 311af423df cond has an else clause now 7 years ago
  FelixBrendel c8807a04b2 cleanup and sicp file, but crashes 7 years ago
  FelixBrendel 4f82ff4115 new define-syntax syntax 7 years ago
  FelixBrendel 987dbcdd62 pre merge 7 years ago
  Felix Brendel 8429c495cb Work transfer from laptop 7 years ago
  FelixBrendel d6ecda99f6 I think I did Lisp_Object SSO 7 years ago
  FelixBrendel 9f2b25486c Before Lisp_Object SSO 7 years ago
  FelixBrendel fac0ed352d Fixed symbol->keyword added type for the class handle in the test 7 years ago
  FelixBrendel 31a833b5c9 fixed let not coying the initial value nodes 7 years ago
  FelixBrendel 6734ee2258 yes 7 years ago
  FelixBrendel edef0b017b better errors and new define syntax 7 years ago
  FelixBrendel 181ace1eed made source_Code_Locations more reliable (sill oncorrect sometimes) 7 years ago
  FelixBrendel e607ac4fd5 made test file tests 7 years ago
  FelixBrendel fec24d11c7 some things 7 years ago
  FelixBrendel 93e180a8f1 we have macros. OOOOOOFFF 7 years ago
  FelixBrendel 9b5692da9d Lexical scoping is working, but `defun` broke because of that. 7 years ago
  FelixBrendel 9bc30d1569 step 1 in transitioning to c++ 7 years ago
  FelixBrendel 82d12a7386 error locations for wrong parameters 7 years ago
  FelixBrendel f179eda6f1 Error locations are somewhat working now 7 years ago
  FelixBrendel 3e8f883308 Fixed not copying the default keyword args 7 years ago
  Felix Brendel 319d6d2041 fuck yea 7 years ago
  FelixBrendel e923190e0b Created 't' as the universal source of truth 7 years ago
  FelixBrendel 321ef46a84 cleanup and writing docs 7 years ago
  FelixBrendel 49f18d7771 Unscape all strings when parsing 7 years ago
  FelixBrendel 5aa92062c3 Macros actually working 7 years ago
  FelixBrendel 65b97fe535 macros 7 years ago
  FelixBrendel ce28d94a9a "mutate" now actually works 7 years ago
  FelixBrendel d55e71396a we can now quote with ' 7 years ago
  FelixBrendel 488b47f08f We have the beginning of a stdlib and can parse keyword and rest args 7 years ago
  FelixBrendel f6c2219bd5 Can now parse lambda lists 7 years ago
  FelixBrendel 2d3892b034 fixed some bugs and stuff 7 years ago
  FelixBrendel 905500ab98 quote eval define print read 7 years ago
  FelixBrendel dd2be2cb87 okay 7 years ago