I've written a compiler & lexical/syntax analyser before. It is no small task.
It could take years to work out all of the semantics in getting such a thing to work for real-world applications. Also, what about language? Should one create a totally new language to accommodate requirements? Use an existing language? Extend an existing language?
Nah, that's beyond what I want to do. I'm already re-inventing one wheel

Thanks for the suggestion though.
I'm still investigating solutions for my particular implementation. Once I think of something brilliant, I'll come back and update this thread
