90 コミット (979c4627a5f571de8a30d4d33f7f016c17f44595)
 

作成者 SHA1 メッセージ 日付
  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年前
  Martin Dørum d8239aaef4 fix apostrophes in number literals 3年前
  Martin Dørum 6f1bd65f67 fix fractions in weird bases 3年前
  Martin Dørum c82bc5349b report lex errors 3年前
  Martin Dørum 485d79ae59 fancier number parsing 3年前
  Martin Dørum c3042c48fc float literals 3年前
  Martin Dørum f2a8f4ca9c fix test 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 4ccdad3113 include benchmarks 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 fa662b6868 change the IO APIs a bit 3年前
  Martin Dørum 36c6d6e4a6 readme 3年前
  Martin Dørum 298e20c629 comments 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 9f207ef123 gitignore 3年前
  Martin Dørum 56008fc9f4 generate code coverage reports 3年前
  Martin Dørum d726ee311a correctness fixes, thanks to asan 3年前
  Martin Dørum 4c3494ae56 functions example 3年前
  Martin Dørum 591e913bee add examples with expected outputs 3年前
  Martin Dørum fc8bdb9df1 support setting the VM's stdout 3年前
  Martin Dørum 400172f03f fix up test suite 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 e042ce953b len() function 3年前
  Martin Dørum fb5a02c602 array lookup with a dot-number token 3年前
  Martin Dørum 3be4c7ac60 code gen for improved parser 3年前
  Martin Dørum 6933015c72 better parser (though code gen not implemented yet) 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 5032757e87 main.c nicer interface 3年前
  Martin Dørum 2bf2b4a88f builtin stuff, and reorganized l2_vm_value 3年前
  Martin Dørum dd7855a0ad update tests 3年前
  Martin Dørum a11c4a0351 object literals 3年前
  Martin Dørum eaa7a3d614 compile with -g 3年前