0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 23, 2023 — Apr 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Rewrote Readme to support Markdown (Thanks Cpojer!) More... almost 15 years ago
Fixed Readme. More... almost 15 years ago
Added more php reserved vars. More... about 15 years ago
Small cleanup More... about 15 years ago
More handling with parameters, now able to pass prefixes. More... about 15 years ago
Using a refined parameter entering mechanism. More... about 15 years ago
Added the translator, parser is therefore almost finished :) More... about 15 years ago
Completely converted to the new Exception system, even better now. More... about 15 years ago
Added new Exception system to the tokenizer. More... about 15 years ago
Reworked the Exception design, now more verbose error messages. Almost usable for real output! More... about 15 years ago
Added foreach as a planned reserved word More... about 15 years ago
Removed redundant assignments. More... about 15 years ago
Added additional memory checks. More... about 15 years ago
Some beauty fixes. More... about 15 years ago
Added several newlines to enhance readability. More... about 15 years ago
Variables now set to null if they're empty to supress undefined behavior. More... about 15 years ago
Group Expression now cleaner. More... about 15 years ago
Corrected main call. Fixed some php issues. More... about 15 years ago
Disabled calls to main. More... about 15 years ago
Unsucessful merge. Merge now complete :) More... about 15 years ago
Merge branch 'phptranslate' More... about 15 years ago
Corrected translate settings behavior. More... about 15 years ago
Removed all unneeded verbose output from the nodes. More... about 15 years ago
Added <? and ?> at the beginning and end of the test file. More... about 15 years ago
Fixed arrays a bit. Now uber-access to as many operators as possible and associative arrays get parsed correctly. More... about 15 years ago
Blocks ignore {}, so no real scoping. For, If, While, Function, DoWhile work nice now. More... about 15 years ago
Lots of bugfixes, removed the lame indentation implementation. More... about 15 years ago
Added indentation possibility. More... about 15 years ago
Parser doesn't crash anymore, parsed stuff looks fine. More... about 15 years ago
Fixed a lot of bugs, added group expression to parse it too. More... about 15 years ago