You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Well, this is obviously a great library, but it looks like textbook Java style.
So how about writing some simple regular expressions to transform it to Java syntax?
I'm thinking
s/use/import/
s/namespace/package/
s/$//
and so on. This could be useful for other PHP code as well. You could call it Metal. It could replace HipHop.
The text was updated successfully, but these errors were encountered:
Well, this is obviously a great library, but it looks like textbook Java style.
So how about writing some simple regular expressions to transform it to Java syntax?
I'm thinking
s/use/import/
s/namespace/package/
s/$//
and so on. This could be useful for other PHP code as well. You could call it Metal. It could replace HipHop.
The text was updated successfully, but these errors were encountered: