49 well, still your feed back would be helpful.
Don't look at the advanced stuff like making of classes as that won't be needed.
I am happy to see that the $ symbol is gone and it uses names like and instead of && those things would defiantly make it easier for people to use then vanilla php.
However I am not sure about the if's
Code:
if white_walkers.numbers < 500
fight_valiantly()
elif feeling_lucky
improvise()
else
run()
Due to the lack of either {} or then/end the language becomes more depended on white spaces then I would have liked. Maybe I can give users the option to write those and have my code just delete all those if they are not part of a string before it gets compiled into php?
also, I just noticed, elif. REALLY! the creator USED ELIF! IS writing 2 characters more really that hard?!?!
well, I guess that if I am going to allow users to write then/end I may as well give the option to write elseif ...