提交历史

作者 SHA1 备注 提交日期
  mingodad f5c2defb30 Fixed corner cases where like 'const char array[]= "string";' been interpreted as end of string, this implementation requires at least one '=' between brackets. 13 年之前
  mingodad e5bebadb45 Forgot to discard a newline if it follows the Lua literal delimiter. 13 年之前
  mingodad 3eaf8b9cc7 Added Lua like string literal delimiters, nested is not implemented 13 年之前
  mingodad 2b9d6070ba Add new token to lexer/compiler TK_IGNORE to ignore some keywords and make some C/C++ code be compiled, for the moment only "new" is ignored. 13 年之前
  mingodad 84473274a3 Accept "->" C/C++ pointer notation as an alias for ".". 13 年之前
  mingodad 63c28432f2 Add keyword "var" as an alias to "local" when declaring local variables. 13 年之前
  mingodad 09cfbe61ca Start git repository for squilu, squirrel language enhanced with lua goods. 13 年之前