1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Dec 13, 2024 — Dec 13, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
added some more comments to the built-in debugger More... almost 12 years ago
Fixed bug #15: constants could not be concatenated to a string More... almost 12 years ago
Merge branch 'master' of github.com:AndCake/snow More... almost 12 years ago
Added some more detailed documentation on how to use the debugger() function. More... almost 12 years ago
Fixed enhancement #11 - it's not possible to use class instances as data source for templates More... almost 12 years ago
Merge commit 'd05010139ed18b960d6f14ff8651678e16d50668' More... almost 12 years ago
Added the debugger() utility; also fixed a small bug in how leading white-space in a tripple-quoted string is handled. More... almost 12 years ago
added test-case for bug #10 More... almost 12 years ago
fixed bug #10: added possibility to have an identifier consisting of only underscores More... almost 12 years ago
fixed bug #9 - the throw statement is no longer treated like a normal function. More... almost 12 years ago
Fixed issue #8. More... almost 12 years ago
Fixed enhancement #7. More... almost 12 years ago
fixed bug #6. More... almost 12 years ago
Added some more documentation More... almost 12 years ago
some more documentation for the compiler and setup More... almost 12 years ago
added hhvm as additional PHP executor More... almost 12 years ago
fixed a test More... about 12 years ago
fixed some bugs; improved watch mode; made template includes easier (paths are now relativ to the file that includes it) More... about 12 years ago
fixed a bug with global variables whereby they were not detected as such if their name was only 1 character long More... about 12 years ago
Merge branch 'master' of github.com:AndCake/snow More... about 12 years ago
fixed a bug with path resolution for the setup.php; added a watch mode for auto-compiling all snow files as soon as they changed within a directory tree More... about 12 years ago
made sure that constants can have numbers in their names More... about 12 years ago
added a test for assignments More... about 12 years ago
re-compiled snow commandline script and fixed a bug with upper-case identifiers More... about 12 years ago
removed old and unused testing stuff More... about 12 years ago
Added templating functionality (including documentation) in style of Mustache and exported the setup details to an extra file. More... about 12 years ago
added travis CI image More... about 12 years ago
updated documentation; added some more tests and fixed some smaller bugs More... about 12 years ago
fixed trycatch testcase to make sure it works on PHP5.5+ More... about 12 years ago
added some more tests; fixed some bugs and made sure the E_NOTICES will not occur. More... about 12 years ago