24 Révisions (9e441cc5c5ccca67212368ebb5bd9f5397d3f396)

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