Commit History

Author SHA1 Message Date
  mingodad 0a4e4f1df2 Added some improvements from Squirrel 3.1 beta, small fix on gumbo and updated to latest sqlite3. 12 years ago
  mingodad 49b7966419 Add the proposed patch to prevent make assignment to the reserved word base. 12 years ago
  mingodad 979446a79e Add comments to explain code to compensate default parameters for local functions. 12 years ago
  mingodad f8926bfb8a Fix a bug introduced by code to allow local declared functions been called recursivelly, this bug only manifest when the function has default parameters. 12 years ago
  mingodad 2b1ebc1b93 Add the start point on implementing class.destructor, it parses the destructor declaration as a method but it's not calling it yet. 13 years ago
  mingodad 50198dc2fd Fix a bug introduced by checking function name already defined, the code was checking the first identifier but when declaring class methods outside class definition the first identifier is allways already defined (the class name). 13 years ago
  mingodad 987a4c2212 Refactoring and cleaning a bit the code that parse class/table members. 13 years ago
  mingodad 406210b6bf Modify lexeer and parser to accept class declaration like in typescript. 13 years ago
  mingodad 29c691348a Added type annotations for function parameters and function return type, it's not checking yet but the compiler will accept then and discard for now. 13 years ago
  mingodad 0bca304824 Add new parameter for SQCompiler "bool show_warnings" to allow suppress issuing warnings. 13 years ago
  mingodad 1e011789d3 Reorganize repository tree. 13 years ago