Historial de Commits

Autor SHA1 Mensaje Fecha
  mingodad 0e6d14367a Forgot to increase line numbers after newline when parsing lua style literal strings hace 13 años
  mingodad 40d62ed700 Add a better management when we encounter a ']' that is not the real termination. hace 13 años
  mingodad c55856a790 Another corner case when found ']' that is not the real end termination. hace 13 años
  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. hace 13 años
  mingodad e5bebadb45 Forgot to discard a newline if it follows the Lua literal delimiter. hace 13 años
  mingodad 3eaf8b9cc7 Added Lua like string literal delimiters, nested is not implemented hace 13 años
  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. hace 13 años
  mingodad 84473274a3 Accept "->" C/C++ pointer notation as an alias for ".". hace 13 años
  mingodad 63c28432f2 Add keyword "var" as an alias to "local" when declaring local variables. hace 13 años
  mingodad 09cfbe61ca Start git repository for squilu, squirrel language enhanced with lua goods. hace 13 años