Archive

Archive for February 26th, 2009

Model, View, Control Freak – Part 3

February 26th, 2009 tim No comments

« part 1 « part 2

 Part 3 – Hacking the library

Code libraries essentially provide abstraction. Abstraction is good. But anyone who regularly uses third party code in their work has at some point hit the knowledge wall; that point where the abstracted nature of the library leaves you helpless in resolving an apparent problem. You have limited choices – Wait for a patch, hit the forums, or hack it yourself. The latter is probably the worst thing to do, but deadlines are deadlines. Read more…

Categories: General Tags: , ,

jParser grammar

February 26th, 2009 tim No comments

I’ve been asked how I generate the JavaScript parse table for jParser, so I’m posting the grammar file here for anyone else who’s interested.

↓ JavaScript grammar file for jParser

Read more…

Categories: General Tags: , , ,