132 Commits (39c00b753518f8c399cf2280fb21af2648f4fe05)
 

Autor SHA1 Mensaje Fecha
  Martin Dørum 39c00b7535 change how loop works hace 3 años
  Martin Dørum 1cc1303c2b better builtins macro hace 3 años
  Martin Dørum bbbd0716ca add operators &&, ||, ?? hace 3 años
  Martin Dørum ef58e6ef5c fix issue with eq hace 3 años
  Martin Dørum d5974171e3 add test cases, and fix bugs in the process hace 3 años
  Martin Dørum 01f1b7d2f9 don't allocate for arrays <2 elements long hace 3 años
  Martin Dørum f8eefccf9f fix tests hace 3 años
  Martin Dørum ea4271543e while function hace 3 años
  Martin Dørum a81643f312 utility function to check if something is truthy hace 3 años
  Martin Dørum 1c3cb1d6fb naming things hace 3 años
  Martin Dørum 1c6494c4cc more type/range checks hace 3 años
  Martin Dørum dd620958b7 store array/buffer length in the l2_vm_value itself hace 3 años
  Martin Dørum e3e68a8b76 fix loop argc check hace 3 años
  Martin Dørum 7cf5f64f60 better parse errors in examples tests hace 3 años
  Martin Dørum ced275ce1d look for OPEN_PAREN_NS in dynamic lookups hace 3 años
  Martin Dørum 07d6688baf new parenthesized function call syntax hace 3 años
  Martin Dørum 2e8d856cff more lenient operators hace 3 años
  Martin Dørum 9ffc6c5f80 more robust continuations, and implement 'loop' function hace 3 años
  Martin Dørum a52e2312b5 less misleading function parse code hace 3 años
  Martin Dørum d0d7b14d76 printing improvements hace 3 años
  Martin Dørum 732adeb00e add comparison operators hace 3 años
  Martin Dørum 382c4b9b1d 1-byte version of instructions hace 3 años
  Martin Dørum bceba9812d remove bad comment hace 3 años
  Martin Dørum 0acbfd77f0 better bytecode format hace 3 años
  Martin Dørum 00d764f79d fix typo hace 3 años
  Martin Dørum 19d87ad18c fix GC issues hace 3 años
  Martin Dørum b2b95c6813 add '\state' command to repl hace 3 años
  Martin Dørum c080f561d7 don't GC builtins hace 3 años
  Martin Dørum 6ebc5345b3 parse changes, and operators == and != hace 3 años
  Martin Dørum 3bf458897b veery basic control flow hace 3 años
  Martin Dørum fe2b72ff69 factor out a call_func function hace 3 años
  Martin Dørum 8f093cf96d architecture.md hace 3 años
  Martin Dørum a595993c4b fix loader bug hace 3 años
  Martin Dørum d13946f97d loader fixes hace 3 años
  Martin Dørum 9aa7d5afe3 better infix hace 3 años
  Martin Dørum b94f188974 builtin variables hace 3 años
  Martin Dørum a8742666a8 let rhs be a full expression in an infix call hace 3 años
  Martin Dørum 8c10cec784 infix functions hace 3 años
  Martin Dørum e999e638fb build config hace 3 años
  Martin Dørum b7baa90a9d restart vm on parse error hace 3 años
  Martin Dørum ac50263192 repl history hace 3 años
  Martin Dørum 4a053e3e36 repl stuff hace 3 años
  Martin Dørum 979c4627a5 repl error messages hace 3 años
  Martin Dørum bc29640896 add a REPL hace 3 años
  Martin Dørum 1b1ae8cdf4 separate loader.h/c hace 3 años
  Martin Dørum 61b791bdf1 add --output option to write bytecode to file hace 3 años
  Martin Dørum 928f7cfc33 don't allocate arguments array for builtins hace 3 años
  Martin Dørum 08cd621d90 actually run the GC hace 3 años
  Martin Dørum ded80df7a8 short string optimization for tokens hace 3 años
  Martin Dørum 5b6dc6be51 reduce unnecessary allocs in io_mem_writer hace 3 años