Grammar/own-written parser?

Posted by wvd on Stack Overflow See other posts from Stack Overflow or by wvd
Published on 2010-04-24T14:58:19Z Indexed on 2010/04/24 15:03 UTC
Read the original article Hit count: 246

Filed under:
|
|

Hello all,

I'm doing some small projects which involve having different syntaxis for something, however sometimes these syntaxis are so easy that using a parser generator might be overkill.

Now, when should I use a own-made parser, and when should I use a parser generator?

Thanks,

William van Doorn

© Stack Overflow or respective owner

Related posts about parser

Related posts about generator