Re: "Linking" drivers to a binary kernel
Posted: Mon Jan 04, 2010 8:22 am
Not only is it daunting, it is extremely involved and time consuming.
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
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