67 コミット (master)

作成者 SHA1 メッセージ 日付
  Martin Dørum a47c9f918f handle arguments more efficiently 3年前
  Martin Dørum ed623c72ed add guard function 3年前
  Martin Dørum 118b949f4a slightly tune GC 3年前
  Martin Dørum 73b77185b1 change loop return value, check errors 3年前
  Martin Dørum 941da859b5 get back to the main loop in continuations 3年前
  Martin Dørum cf3e00e445 continuations rework, control flow test 3年前
  Martin Dørum a60ae14896 array index out of bounds returns none now 3年前
  Martin Dørum 652edda8e2 add continuation call args, implement 'for' 3年前
  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 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 2e8d856cff more lenient operators 3年前
  Martin Dørum 9ffc6c5f80 more robust continuations, and implement 'loop' function 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 0acbfd77f0 better bytecode format 3年前
  Martin Dørum 19d87ad18c fix GC issues 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 b94f188974 builtin variables 3年前
  Martin Dørum 8c10cec784 infix functions 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 554b5a9032 implement the basic operators 3年前
  Martin Dørum 47e2a5e981 check errors 3年前
  Martin Dørum 2af11e76a4 add error type 3年前
  Martin Dørum 2490558d45 store stack base pointer in the stack frame 3年前
  Martin Dørum e755acb19c make C++ happy with the headers 3年前
  Martin Dørum 417e555d02 enable strict warnings, make code not emit warnings 3年前
  Martin Dørum 1c184b3111 dynamic lookups 3年前
  Martin Dørum ada96b8fdc fix stupid oversight 3年前
  Martin Dørum 82c92b26b9 rework bytecode and stacks 3年前
  Martin Dørum 1c1608c1cf remove prints 3年前
  Martin Dørum d726ee311a correctness fixes, thanks to asan 3年前
  Martin Dørum fc8bdb9df1 support setting the VM's stdout 3年前
  Martin Dørum 12495a8bcd fixes, and array dot-number assign 3年前
  Martin Dørum 164cc76ce9 = operator 3年前
  Martin Dørum 9d2d3c3a01 array literals 3年前