Revīziju vēsture

Autors SHA1 Ziņojums Datums
  mingodad 03df048c55 Fix for preprocessor conditional compilation inside class declarations 4 gadi atpakaļ
  mingodad e9d6cd2e23 Fix conditional compilation inside class/table declarations 4 gadi atpakaļ
  mingodad c83fd49323 Remove useless for loops 4 gadi atpakaļ
  mingodad fa46c306e9 Fix COMPARITH with bitwise inside class members 4 gadi atpakaļ
  mingodad 01ca8d89f3 Change warning message by a better one as suggested by Ralph Versteegen 4 gadi atpakaļ
  mingodad 85892308ef Add a compiler warning when calling 'base' as a function inside a constructor 4 gadi atpakaļ
  mingodad 494310761e Allow parseing multi parameter template 4 gadi atpakaļ
  mingodad 7014370221 Add a missing "case TK_INTERFACE:" and also a fix for default parameter value 6 gadi atpakaļ
  mingodad 348af948df Add "interface" as reserved keyword and synonym for "class" 6 gadi atpakaļ
  mingodad 44fa254266 Fix typo in comment 6 gadi atpakaļ
  mingodad 997678e94b Fix to lexing integer overflow inside excluded ifdef 6 gadi atpakaļ
  mingodad 1c8097c63c Add code to allow better management of already declared variables, not finished 6 gadi atpakaļ
  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 gadi atpakaļ
  mingodad fb6007db78 Fix end of statement without ';' when trying to recognise C++ namespace prefix, also fix spelling mistake 7 gadi atpakaļ
  mingodad c496569300 Changes to accept more C/C++ const style declarations 7 gadi atpakaļ
  mingodad aeaf302490 Fix several compiler warnings 7 gadi atpakaļ
  mingodad 9bc89af102 Allow the usage of inline float constant whenever it fits SQInt32 7 gadi atpakaļ
  mingodad deb98895be Accept void pointer declaration. 7 gadi atpakaļ
  mingodad 3ff2f2e6e8 Accept C/C++ pointer variable declaration. 7 gadi atpakaļ
  mingodad 065b88a368 Fix typo in SetIntructionParams 7 gadi atpakaļ
  mingodad 1d62218bab Add a type check before try to set an enum value as integer 7 gadi atpakaļ
  mingodad 125175c480 Change the "compile time check constant" character to '$' and allow it's usage on expressions and in table initialization. 7 gadi atpakaļ
  mingodad 9374ec39f1 Add experimental shortcut for string constant 'const :somestr; == const somestr = "somestr";' 7 gadi atpakaļ
  mingodad 1538b25375 Fix a bug with default parameters and local recursive calls, also added a test for it. 7 gadi atpakaļ
  mingodad c2881a0565 Fix '#include' inside '#ifdef' and add a default macro '__SQUILU__' 8 gadi atpakaļ
  mingodad 358e54bb31 Accept and discard a C++/Java type for the catch parameter 8 gadi atpakaļ
  mingodad 69ab368819 Fix compiler bugs found using zzuf tool, also now accepts C++ namespace syntax "::" as an alias to ".", added the samples that crashed the compiler. 8 gadi atpakaļ
  mingodad 9f8b951d6d Add preproccessor directives #ifdef, #else, #endif, #define and #undef they are parsed at the same time as the script, I mean it's not a two pass scan/parse, the named proproccessor variables are not accessible to scripts. 8 gadi atpakaļ
  mingodad a8e2a31141 Cleanup unnecessary code. 8 gadi atpakaļ
  mingodad d98dff4505 Add the missing bitwise operators "|=", "&=", "<<=", ">>=", ... 8 gadi atpakaļ