Tag Archives: ecma

Pointcut Your Javascript

Sorry for all of the RKelly updates, but thats what I've been doing in my free time. I mean, besides J-School. But I don't think anyone wants to read my poor Japanese!
I wanted to make my ASTs easily searchable, so I added an AOP style interface to my AST. The AST will [...]

Clean it up! RKelly::Nodes::Node#to_ecma

Last night at Nerd Club, I decided to add a "to_ecma" method to

パンツないな興奮 - Javascript stuff

While writing RKelly (a pure ruby javascript interpreter), I've run across weird cases in the ECMA spec that I didn't know about before. For example, when coercing an object into a number, first the "valueOf" property is checked. That seemed to make sense to me. But then the spec says that if [...]