-70

Mar 22, 2007 05:34


More 164 rantage:

So today I woke up and rewrote my crappy parser from scratch, having had a showertime epiphany about not only how to write a good one, but write one with features we’ll need for the next part of the project.

In the end, I came out with exact same linecount. So I was +0 in lines but plus several million in functionality.

We didn ( Read more... )

cs164, hack, programming, facebook, nerdery, python, livejournal

Leave a comment

Comments 1

lastquestion March 22 2007, 21:25:21 UTC
do you really need a grammar-rewriter? you ought to generate AST right away and do not generate a conrete syntax tree.

Reply


Leave a comment

Up