コミット履歴

作者 SHA1 メッセージ 日付
  mingodad ad04f19b6e Some fixes to bytecode dump 6 年 前
  mingodad 82d0b3cce3 When trying to compile on 32bits with SQInteger as int64_t several problems arised and on the way to fix it several compiler warnings was eliminated. 7 年 前
  mingodad 13ef55b18d Better comments on output 7 年 前
  mingodad 1382cddd9e Fix function parameter type as pointed out on squirrel repository by https://github.com/albertodemichelis/squirrel/pull/138/files 7 年 前
  mingodad aeaf302490 Fix several compiler warnings 7 年 前
  mingodad d32881d419 Add array_float64, array_float32, array_int64, array_int32, array_int16, array_int8 global functions to create native numeric arrays. 7 年 前
  mingodad baf276e6ce Fix compiler warnings. 8 年 前
  mingodad a2333d71ef Added type info to the comments in the squilu bytecode generation option 8 年 前
  mingodad c91c7ccfb2 Fix default makefiles (also normalize line ends \n only), fix some compile warnings. 8 年 前
  mingodad 7a4868caa2 Use sq_type instead of the duplicated sqtype as it's done in squirrel 8 年 前
  mingodad 6ee9f39571 Change macro type() to sqtype() as done in squirrel, also updating sqlite3 8 年 前
  mingodad 31eee5abdc Add operator overload [] for SQObjctPtr to be used by C++ 9 年 前
  mingodad 728ad788a8 Update with squirrel, spaces/tabs changed 9 年 前
  mingodad 8eceded6a0 Add changes from squirrel 9 年 前
  mingodad b81bacce84 Code refactoring and expose the SquiLu lexer to scripts see samples/test-sqlexer.nut 9 年 前
  mingodad ed268424c6 Add more opcodes to dump help expalanation 9 年 前
  mingodad 818106c780 Added a bit more reverse bytecode generation info 9 年 前
  mingodad 79a009d408 Several fixes from squirrel 10 年 前
  mingodad 12c181bdc4 Add some fixes from squirrel. 10 年 前
  mingodad 9c84674630 Add fixes from squrrel 10 年 前
  mingodad 6480cf5564 Remove "CR" and bug fixes 10 年 前
  Domingo Alvarez Duarte 730caef3c9 Enhance dumping bytecode. 11 年 前
  mingodad ae743d1eaa Fixes from squirrel 3.0.6 and an attempt to use computed gotos on the vm, right now it does not add any performance enhancements. 11 年 前
  mingodad 0d4c8f8dee Finally it seems that "SQFunctionProto::GetLineGetLine" using binary search is working properly now. 13 年 前
  mingodad 6a60560ae9 The line numbers was still showing incorrectly with the last fix, for a while stick for a linear search. 13 年 前
  mingodad 95976be7d4 The line numbers shown on stack dumps was still showing wrong results on some cases, this is a try to fix it without go back to linear scan. 13 年 前
  mingodad 1e011789d3 Reorganize repository tree. 13 年 前