101 コミット (3fb2326dd33c974bd87086122130a4862231f545)
 

作成者 SHA1 メッセージ 日付
  Felix Brendel 3fb2326dd3 unquote splicing and implemented slime side list comprehensions 7年前
  Felix Brendel eb3bc262b9 Checkpoint before unquote-splicing 7年前
  Felix Brendel 912ec19373 coly_lisp_object now dows not create new nil and t values anymore 7年前
  Felix Brendel 03a2c81aa5 Getting the manual going 7年前
  Felix Brendel fb7f3a00c9 Cleanup and manuals now can have box diagrams 7年前
  Felix Brendel 5548192dc9 renamed prog to begin and added basics for the manual 7年前
  Felix Brendel 0fb9fbe1ee symbols and keywords now have a hash value 7年前
  Felix Brendel 75c95d3baa Fixed annoying error log in tests 7年前
  Felix Brendel aae00d7279 all tests working again 7年前
  Felix Brendel 346d2f8f3f Fixed importing not working in the test file 7年前
  Felix Brendel 230d5d81fa visualizations have nice boxes and arrows diagrams for lists 7年前
  Felix Brendel 79fa593519 In the middle of filtering the pairs to draw for the visualization 7年前
  Felix Brendel e0e4d06c1b added symbols to visualization 7年前
  Felix Brendel a3f74cdaec started on svg visualization 7年前
  Felix Brendel 311af423df cond has an else clause now 7年前
  Felix Brendel a1fccd29de importing and macros can expand to macros 7年前
  Felix Brendel 0923f36f9c some safety checks 7年前
  FelixBrendel c8807a04b2 cleanup and sicp file, but crashes 7年前
  FelixBrendel b978f8b2b2 cleanup 7年前
  FelixBrendel cfa2e4e769 used assert_arguments_length for better errors 7年前
  FelixBrendel 619aa69175 Merge branch 'master' of https://gitlab.lrz.de/FelixBrendel/slime 7年前
  FelixBrendel 4f82ff4115 new define-syntax syntax 7年前
  FelixBrendel 260e7d6bba Merge branch 'master' of https://gitlab.lrz.de/FelixBrendel/slime 7年前
  FelixBrendel 987dbcdd62 pre merge 7年前
  FelixBrendel 69737d5cdf assert argument length 7年前
  FelixBrendel 903d9bdd8c We compiling again after including the type into the flags field 7年前
  Felix Brendel 8429c495cb Work transfer from laptop 7年前
  Felix Brendel 3277e50164 Moved type info into a flags field in the lisp objects 7年前
  FelixBrendel 09582f9669 hello 7年前
  Felix Brendel 3863b96dac work transfer from laptop 7年前
  Felix Brendel 33ca222922 Finished the error refactor 7年前
  FelixBrendel dc40059d90 on the way to better errors 7年前
  FelixBrendel d3149a790f Make it easier to integrate test scripts 7年前
  FelixBrendel 9dd95d3217 made it possible to specify the needed memory in Memory::init() 7年前
  FelixBrendel d6ecda99f6 I think I did Lisp_Object SSO 7年前
  FelixBrendel 9f2b25486c Before Lisp_Object SSO 7年前
  FelixBrendel fac0ed352d Fixed symbol->keyword added type for the class handle in the test 7年前
  FelixBrendel 31a833b5c9 fixed let not coying the initial value nodes 7年前
  FelixBrendel 6734ee2258 yes 7年前
  FelixBrendel edef0b017b better errors and new define syntax 7年前
  FelixBrendel 181ace1eed made source_Code_Locations more reliable (sill oncorrect sometimes) 7年前
  FelixBrendel e607ac4fd5 made test file tests 7年前
  FelixBrendel c04c2c62a0 fixed setting user_type to nullptr when initting new lisp objects 7年前
  Felix Brendel 9422a1fa7d todo 7年前
  Felix Brendel 1bd77be7f6 singulat t and nil 7年前
  Felix Brendel 8c827029be added user types 7年前
  Felix Brendel 2f0df71c50 overloaded append_to_array_list 7年前
  Felix Brendel 23da3570c0 Reverted back to std::functions 7年前
  FelixBrendel 9a0e32635b latest 7年前
  FelixBrendel 0a37967fa6 switched to form char* to Strings mostly 7年前