Rudy Velthuis (TeamB) schrieb:
>>> I assume they would write their own. That's their business, isn't >>> it? >> Honestly Rudy, I've not expressed an opinion along these lines at >> all. > > I don't follow, sorry. They do write compilers, don't they? That makes > me think they are not dependent on existing compiler generators.
You are writing applications, aren't you? Then it's your choice whether to do that all alone, or using an existing development system and related tools (form designers...).
Parser generators create code from a given grammar, while handwritten parsers do not always conform to a grammar, in detail when there exists no complete formal OPL grammar (last seen in D2).
DoDi