1
I Use This!
Inactive

Commits : Listings

Analyzed 17 days ago. based on code collected 18 days ago.
Jan 29, 2024 — Jan 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
list() is also recognized like a function. More... over 11 years ago
Sequence yields to logical. More... over 11 years ago
Added support for >>= and <<= More... over 11 years ago
Added support for Bitshift. More... over 11 years ago
Normalized tests after Sequence update. More... over 11 years ago
Ternary operator have priority over assignation. More... over 11 years ago
Foreach may accept as blind variable static properties, properties, or arrays. More... over 11 years ago
First stats out of the server. More... over 11 years ago
Moved the code to prepare for -d option . More... over 11 years ago
Extra check for $a = $b = $c ; More... over 11 years ago
Now create concatenation when code is a string of text and PHP tags. More... over 11 years ago
Priority of logical operation versus :: and -> More... over 11 years ago
Variable may also look like ${x} (and stay simpleā€¦). More... over 11 years ago
Wider range of arguments for reference. More... over 11 years ago
Wider range of argument in References. More... over 11 years ago
Support for multiple files for the final sequence : No more fusionning all the scripts in one. More... over 11 years ago
Now supports For just like Foreach in sequence. Added extra rules for noBlock after for (;;). More... over 11 years ago
Change in Sequence induced a large change in the expected result test. No 'NEXT' was introduced. More... over 11 years ago
Updated some expected result, as the actual output has been changed. More... over 11 years ago
Updated the result of the test. More... over 11 years ago
Added static text, or the test is empty. More... over 11 years ago
Support for alternative syntax for for() More... over 11 years ago
Added support for While (1) : end while; More... over 11 years ago
Fixed detecting multiple instructions in a If (alternative syntax). More... over 11 years ago
Support for alternative syntax of if then. More... over 11 years ago
Added a new bunch of test for Cast. More... over 11 years ago
Sequence supports Ternary. More... over 11 years ago
Sequence support Return. More... over 11 years ago
Added function call to sequence listing. More... over 11 years ago
Fixed while situation, when a block is identified before the while, but if/ifelse haven't caught it yet. More... over 11 years ago