Create an Account
username: password:
 
  MemeStreams Logo

RE: And the answer is...

search


RE: And the answer is...
by k at 12:34 am EDT, Aug 21, 2007

Acidus wrote:
Can I write a recursive depth JavaScript parser in 1.5 days? The answer is yes, but it doesn't support the complete language yet. So far I don't support:

-anonymous functions
-the "with" statement
-"for...in" blocks
-labels and labeled continues (bet you didn't know JavaScript had labels!)
-any of the bitwise operators ( & | ^ << >>)
-assignment with operations ( += /= -= etc)
-the ?: construct
-array or object literals
-declaring and initializing multiple variables with a single var statement.

To be fair, I've just been writing the JS parser. I am using a JS tokenizer I wrote a few months back (though I've been finding/fixing a number of bugs in it today).

Still pretty impressive mang.

Still, my question is, what's left of the grey goose?

What IS the ratio of kloc's to Billy-compliant girly drinks?

RE: And the answer is...


 
 
Powered By Industrial Memetics