snowscript
snowscript copied to clipboard
A language that compiles to PHP
To be able to write something like: ``` fn fact(n) if n
I'm having a hard time asserting why Snowscript could be of value. Perhaps it would be easier if there would be some kind of mission and vision statement. Why did...
At some point before 1.0, we need really good windows support as at the moment it's only tested on Mac and Ubuntu. If you are a daring soul trying Snowscript...
Write tests to ensure that the `PHPParser_Node_Stmt_Class::verifyModifier()` call in `PHPParser_Node_Stmt_PropertyDeclarations` works. E.g. this code should fail with PHP_Parser exception: ``` Class A public private b ```