Logic08 Oct 2005 05:36 am
I had some difficulties with my internet access provider so I switched. The upshot is that I’m back online. Recently I’ve been reading about monads and reflection. Here is an interesting article about monads and reflection and how it relates to parsing:
http://www.cs.indiana.edu/~jsobel/Parsing/explicit.html
I’ve been writing lots of hand crafted parsers recently, and I’m sick of it. Really! I hate it. I’ve made some progress on my own parsing language Twine, but it still could use a lot of work, especially in the efficiency department.