提交歷史

作者 SHA1 備註 提交日期
  mingodad bd3c7659ff Update sqlite3 9 年之前
  mingodad 681d1a71bc Update tinyxml2 9 年之前
  mingodad bf68ce8118 Update sqlite3 9 年之前
  mingodad 3a4e2d373e Add option to one single linked list for now 9 年之前
  mingodad df3ad41bfc Small simplification that removes one level of indirection. 9 年之前
  mingodad ceb43fbfea Add a way to set a breakpoint when debugging SquiLu code 9 年之前
  mingodad 57ce8960c1 Add examples of C++ code that can be parsed/run by SquiLu 9 年之前
  mingodad b47874780d Fix more C/C++ syntax recognition. 9 年之前
  mingodad 728ad788a8 Update with squirrel, spaces/tabs changed 9 年之前
  mingodad 3f6873543e Added some methods to SQObjectPtr and SQArray to make easier to use in C++, still need improvements. 9 年之前
  mingodad b6ecba21d6 Renamed the macro to disable squilu compiler 9 年之前
  mingodad 6b596522e2 Added constexpr and inline C++ keywords 9 年之前
  mingodad 22d30be09f Record the last token column, to be able to restore comments 9 年之前
  mingodad 4a54906620 Add a reset method member to reset the lexer with a new source 9 年之前
  mingodad 103c1b8815 Remove some c++11 constructs to allow compile with old compilers. 9 年之前
  mingodad da51838da0 Only enable compiler includes if specified at compile time. 9 年之前
  mingodad ae88573bfc Add an option to the lexer to return comments and use it by scripts 9 年之前
  mingodad 0b055c1069 Add isfinite and isnan to math library. 9 年之前
  mingodad 8eceded6a0 Add changes from squirrel 9 年之前
  mingodad 5af50ae6e7 When closing the vm the registry table is cleaned before garbage collection so check it first. 9 年之前
  mingodad 30e859fb39 Create a new api function to remove keys on the registry table without use the stack, 9 年之前
  mingodad dfc5b9dce5 Added code to activate libcurl extension 9 年之前
  mingodad 8da12854d7 Update the libcurl extension still need more work, but is usable now. 9 年之前
  mingodad 5976c2e7b9 Add size_t and ssize_t as alias to local 9 年之前
  mingodad 65e4a8cdc6 Always release all callbacks before set a new one 9 年之前
  mingodad b1a91a7a57 Added noexcept/friend as reserved keywords 9 年之前
  mingodad 4894b953d9 Fix case when we have an anonymous block 9 年之前
  mingodad 350213c0be Added reduced using/typedef keywords valid syntax 9 年之前
  mingodad 4a0621690e Add more C/C++ keywords as accepted syntax. 9 年之前
  mingodad e2ba402fca Add parsing "extern" declarations, reorder the tokens alphabetically. 9 年之前