53 Commits (9a0e32635bff43d1ace5ed8d1858fffd654325b8)
 

Autor SHA1 Mensaje Fecha
  FelixBrendel 9a0e32635b latest hace 7 años
  FelixBrendel 0a37967fa6 switched to form char* to Strings mostly hace 7 años
  FelixBrendel 77fffc7f5e fixed some const char* hace 7 años
  FelixBrendel 3453a525ef cleanup hace 7 años
  FelixBrendel 29bd534525 some memory management hace 7 años
  FelixBrendel a297f59946 renaming "ast_node" -> "lisp_object" hace 7 años
  FelixBrendel fec24d11c7 some things hace 7 años
  FelixBrendel 93e180a8f1 we have macros. OOOOOOFFF hace 7 años
  FelixBrendel 9b5692da9d Lexical scoping is working, but `defun` broke because of that. hace 7 años
  FelixBrendel 34b7390ba9 converted all typedefs to c++ types and enums to enum structs hace 7 años
  FelixBrendel 9bc30d1569 step 1 in transitioning to c++ hace 7 años
  FelixBrendel 82d12a7386 error locations for wrong parameters hace 7 años
  FelixBrendel 00e10f3536 stdin works on an expressin-base and not line-base now hace 7 años
  FelixBrendel f179eda6f1 Error locations are somewhat working now hace 7 años
  Felix Brendel f8e9a8799e first step to better errors, but broeken af hace 7 años
  FelixBrendel 3e8f883308 Fixed not copying the default keyword args hace 7 años
  Felix Brendel 319d6d2041 fuck yea hace 7 años
  Felix Brendel f9d08ba765 implemented error hace 7 años
  Felix Brendel 196f75b2bb Implemented while hace 7 años
  Felix Brendel 716b72ff0f linux fixes hace 7 años
  Felix Brendel f91a69c69e Merge branch '14-built-in-info' into 'master' hace 7 años
  FelixBrendel 866f77b71d Added (info) built-in hace 7 años
  FelixBrendel ad7dd86667 Make nil and t parse to symbols and make the top level env look them up hace 7 años
  Felix Brendel b3eccec1e3 Merge branch '4-t-as-a-source-of-universal-truth' into 'master' hace 7 años
  FelixBrendel e923190e0b Created 't' as the universal source of truth hace 7 años
  FelixBrendel 1274220296 created assert_equal_type macro hace 7 años
  FelixBrendel 321ef46a84 cleanup and writing docs hace 7 años
  FelixBrendel 49f18d7771 Unscape all strings when parsing hace 7 años
  FelixBrendel 5aa92062c3 Macros actually working hace 7 años
  FelixBrendel 65b97fe535 macros hace 7 años
  FelixBrendel ce28d94a9a "mutate" now actually works hace 7 años
  FelixBrendel ea72a6c252 Implemented `mutate' hace 7 años
  FelixBrendel d55e71396a we can now quote with ' hace 7 años
  FelixBrendel 488b47f08f We have the beginning of a stdlib and can parse keyword and rest args hace 7 años
  FelixBrendel 42d64a0743 Removed parsed arguments again because it was super slow, also hace 7 años
  Felix Brendel bd0e541d80 Linux fixes hace 7 años
  FelixBrendel f6c2219bd5 Can now parse lambda lists hace 7 años
  FelixBrendel 2006e3b45c Use the parse arguments hace 7 años
  FelixBrendel 6e44d61dd5 Add vs setup into the project hace 7 años
  FelixBrendel 46f76fc3d9 built-ins are identified by an enum now hace 7 años
  FelixBrendel 2d3892b034 fixed some bugs and stuff hace 7 años
  FelixBrendel 1ea4cf5213 more things! hace 7 años
  FelixBrendel 905500ab98 quote eval define print read hace 7 años
  FelixBrendel dd2be2cb87 okay hace 7 años
  FelixBrendel db0318bb03 We can parse expressions hace 7 años
  FelixBrendel e97f2d9410 We can now parse atoms hace 7 años
  FelixBrendel 12a200534f Added some convenience types + impemented and + or hace 7 años
  FelixBrendel 5f16d1fbb9 Reorganize folders and added windows build with MSVC for debugging hace 7 años
  FelixBrendel 8c0a0b0781 Fixed critiacal testing bug hace 7 años
  Felix Brendel 5c541635cf cosmetics hace 7 años