209 コミット (9e441cc5c5ccca67212368ebb5bd9f5397d3f396)
 

作成者 SHA1 メッセージ 日付
  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年前
  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 82d12a7386 error locations for wrong parameters 7年前
  FelixBrendel 00e10f3536 stdin works on an expressin-base and not line-base now 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年前
  Felix Brendel 716b72ff0f linux fixes 7年前
  Felix Brendel f91a69c69e Merge branch '14-built-in-info' into 'master' 7年前
  FelixBrendel 866f77b71d Added (info) built-in 7年前
  FelixBrendel ad7dd86667 Make nil and t parse to symbols and make the top level env look them up 7年前
  Felix Brendel b3eccec1e3 Merge branch '4-t-as-a-source-of-universal-truth' into 'master' 7年前
  FelixBrendel e923190e0b Created 't' as the universal source of truth 7年前
  FelixBrendel 1274220296 created assert_equal_type macro 7年前
  FelixBrendel 321ef46a84 cleanup and writing docs 7年前
  FelixBrendel 49f18d7771 Unscape all strings when parsing 7年前
  FelixBrendel 5aa92062c3 Macros actually working 7年前
  FelixBrendel 65b97fe535 macros 7年前
  FelixBrendel ce28d94a9a "mutate" now actually works 7年前
  FelixBrendel ea72a6c252 Implemented `mutate' 7年前
  FelixBrendel d55e71396a we can now quote with ' 7年前
  FelixBrendel 488b47f08f We have the beginning of a stdlib and can parse keyword and rest args 7年前
  FelixBrendel 42d64a0743 Removed parsed arguments again because it was super slow, also 7年前
  Felix Brendel bd0e541d80 Linux fixes 7年前
  FelixBrendel f6c2219bd5 Can now parse lambda lists 7年前
  FelixBrendel 2006e3b45c Use the parse arguments 7年前
  FelixBrendel 6e44d61dd5 Add vs setup into the project 7年前
  FelixBrendel 46f76fc3d9 built-ins are identified by an enum now 7年前
  FelixBrendel 2d3892b034 fixed some bugs and stuff 7年前
  FelixBrendel 1ea4cf5213 more things! 7年前
  FelixBrendel 905500ab98 quote eval define print read 7年前
  FelixBrendel dd2be2cb87 okay 7年前