132 コミット (39c00b753518f8c399cf2280fb21af2648f4fe05)
 

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