15 Commits (346d2f8f3f28ce65fb462156c6b6c8d2f2e7ef48)

Author SHA1 Message Date
  Felix Brendel 346d2f8f3f Fixed importing not working in the test file 7 years ago
  Felix Brendel a1fccd29de importing and macros can expand to macros 7 years ago
  FelixBrendel 09582f9669 hello 7 years ago
  FelixBrendel dc40059d90 on the way to better errors 7 years ago
  FelixBrendel d6ecda99f6 I think I did Lisp_Object SSO 7 years ago
  Felix Brendel 1bd77be7f6 singulat t and nil 7 years ago
  FelixBrendel 0a37967fa6 switched to form char* to Strings mostly 7 years ago
  FelixBrendel 3453a525ef cleanup 7 years ago
  FelixBrendel 29bd534525 some memory management 7 years ago
  FelixBrendel a297f59946 renaming "ast_node" -> "lisp_object" 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 34b7390ba9 converted all typedefs to c++ types and enums to enum structs 7 years ago
  FelixBrendel 9bc30d1569 step 1 in transitioning to c++ 7 years ago
  FelixBrendel 82d12a7386 error locations for wrong parameters 7 years ago
  Felix Brendel f8e9a8799e first step to better errors, but broeken af 7 years ago
  FelixBrendel 3e8f883308 Fixed not copying the default keyword args 7 years ago
  Felix Brendel 716b72ff0f linux fixes 7 years ago
  FelixBrendel 866f77b71d Added (info) built-in 7 years ago
  FelixBrendel ad7dd86667 Make nil and t parse to symbols and make the top level env look them up 7 years ago
  FelixBrendel 49f18d7771 Unscape all strings when parsing 7 years ago
  FelixBrendel 5aa92062c3 Macros actually working 7 years ago
  FelixBrendel ce28d94a9a "mutate" now actually works 7 years ago
  FelixBrendel 488b47f08f We have the beginning of a stdlib and can parse keyword and rest args 7 years ago
  FelixBrendel 42d64a0743 Removed parsed arguments again because it was super slow, also 7 years ago
  FelixBrendel 46f76fc3d9 built-ins are identified by an enum now 7 years ago
  FelixBrendel 1ea4cf5213 more things! 7 years ago
  FelixBrendel 905500ab98 quote eval define print read 7 years ago
  FelixBrendel dd2be2cb87 okay 7 years ago
  FelixBrendel 12a200534f Added some convenience types + impemented and + or 7 years ago
  FelixBrendel 5f16d1fbb9 Reorganize folders and added windows build with MSVC for debugging 7 years ago
  Felix Brendel 9d0427f790 Added some tests for the built-ins 7 years ago
  Felix Brendel e1c93c3c4a git init 7 years ago