49 コミット (652edda8e213b68b2e31f81be5f3976609f36957)

作成者 SHA1 メッセージ 日付
  Martin Dørum 652edda8e2 add continuation call args, implement 'for' 3年前
  Martin Dørum 1cc1303c2b better builtins macro 3年前
  Martin Dørum bbbd0716ca add operators &&, ||, ?? 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 9ffc6c5f80 more robust continuations, and implement 'loop' function 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 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年前
  Martin Dørum fb5a02c602 array lookup with a dot-number token 3年前
  Martin Dørum 41331f4be0 mostly parsing stuuff 3年前
  Martin Dørum 5d8bcf692e change up some types 3年前
  Martin Dørum 1d30f3c869 builtins, functions, etc 3年前
  Martin Dørum 2bf2b4a88f builtin stuff, and reorganized l2_vm_value 3年前
  Martin Dørum a11c4a0351 object literals 3年前
  Martin Dørum abb1277e83 parsing and vm stuff 3年前
  Martin Dørum 2dffcd295d basic programs can now execute correctly 3年前
  Martin Dørum feaef07544 started on functions 3年前
  Martin Dørum 4af243e30c minor stuff 3年前
  Martin Dørum b6b283b7a1 make l2_vm_value_type take pointer 3年前
  Martin Dørum 48be0c18b1 parsing/codegen, plus vm work 3年前
  Martin Dørum 4c6d606f85 more code gen 3年前
  Martin Dørum 5b5dc3a43d move stuff around, fix strset issue 3年前
  Martin Dørum f71e87c213 namespace (int->int map) 3年前