24 コミット (9e441cc5c5ccca67212368ebb5bd9f5397d3f396)

作成者 SHA1 メッセージ 日付
  Felix Brendel 4f0fef064e Docs is stored external to the lisp objects in a hashmap now 6年前
  Felix Brendel 9295d57a8e Big String refacor: now len+pointer, no String storage anymore 6年前
  Felix Brendel 7c220ed9d6 Work transfer 6年前
  fumfar hiwi f12994cbfe everything broke, we'll make cMacros now 6年前
  FelixBrendel b83a479533 everything except keyword args seems to work for now 6年前
  fumfar hiwi efbdfeed2e fixed import bug 6年前
  Felix Brendel 650eba7f18 More cleanup 6年前
  Felix Brendel 8dbff42bdf Cleanup and delete dead code 6年前
  Felix Brendel bb1cfcd3c3 Fixed Memory Leaks. :) 6年前
  FelixBrendel a790a38655 trying not to leak memory 6年前
  FelixBrendel cb58c6b6da linker error für sven 6年前
  Felix Brendel 5e82f9175d hashmaps are now first class objects in the language 6年前
  Felix Brendel 8076c91600 added pointers to all swiches over types containing types 6年前
  Felix Brendel 5a117d94ee better arguments struct, arraylists as values, fixed docgen 6年前
  Felix Brendel aea0e9dc94 little cleanup 6年前
  Felix Brendel 4f2793b7ef implement vectors 6年前
  Felix Brendel 7cebcd1823 implemented callstack and envistack 7年前
  Felix Brendel 02063bf6fb function definitions now remember the Lip_Object symbols and keys 7年前
  Felix Brendel 2f0df71c50 overloaded append_to_array_list 7年前
  FelixBrendel 0a37967fa6 switched to form char* to Strings mostly 7年前
  FelixBrendel 77fffc7f5e fixed some const char* 7年前
  FelixBrendel 3453a525ef cleanup 7年前
  FelixBrendel 29bd534525 some memory management 7年前
  FelixBrendel a297f59946 renaming "ast_node" -> "lisp_object" 7年前
  FelixBrendel fec24d11c7 some things 7年前
  FelixBrendel 93e180a8f1 we have macros. OOOOOOFFF 7年前
  FelixBrendel 9b5692da9d Lexical scoping is working, but `defun` broke because of that. 7年前
  FelixBrendel 34b7390ba9 converted all typedefs to c++ types and enums to enum structs 7年前
  FelixBrendel 9bc30d1569 step 1 in transitioning to c++ 7年前
  FelixBrendel f179eda6f1 Error locations are somewhat working now 7年前
  Felix Brendel f8e9a8799e first step to better errors, but broeken af 7年前
  FelixBrendel 3e8f883308 Fixed not copying the default keyword args 7年前
  Felix Brendel 319d6d2041 fuck yea 7年前
  Felix Brendel f9d08ba765 implemented error 7年前
  Felix Brendel 196f75b2bb Implemented while 7年前
  FelixBrendel 866f77b71d Added (info) built-in 7年前
  FelixBrendel e923190e0b Created 't' as the universal source of truth 7年前
  FelixBrendel 1274220296 created assert_equal_type macro 7年前
  FelixBrendel 5aa92062c3 Macros actually working 7年前
  FelixBrendel 65b97fe535 macros 7年前
  FelixBrendel ea72a6c252 Implemented `mutate' 7年前
  FelixBrendel 488b47f08f We have the beginning of a stdlib and can parse keyword and rest args 7年前
  FelixBrendel f6c2219bd5 Can now parse lambda lists 7年前
  FelixBrendel 2006e3b45c Use the parse arguments 7年前
  FelixBrendel 46f76fc3d9 built-ins are identified by an enum now 7年前
  FelixBrendel db0318bb03 We can parse expressions 7年前
  FelixBrendel 12a200534f Added some convenience types + impemented and + or 7年前
  FelixBrendel 5f16d1fbb9 Reorganize folders and added windows build with MSVC for debugging 7年前
  Felix Brendel 4c33538e8a added error types and stuff 7年前
  Felix Brendel 9d0427f790 Added some tests for the built-ins 7年前