vote up 1 vote down star
1

I have looked at the following software tools:

ANTLR seems the most straight-forward, however its documentation is lacking. Ragel looks possible, too, but I do not see an easy way to convert BNF into its syntax.

What other tools are available that can take BNF input and generate a corresponding, Unicode-friendly, cross-platform, standalone, Objective-C parser?

Many thanks for all suggestions.

flag

1 Answer

vote up 2 vote down

TDParseKit! (Most specifically, this page on Objective-C parser generation with BNF grammars)

link|flag
1  
Conversion from BNF to the format required by a parser generator is generally a trivial task, even by hand. – Peter S. Housel Nov 3 at 17:58
Fair enough. Peter, I'll give Ragel another look. – Dave Jarvis Nov 3 at 18:47

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.