[ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
If I have a simple grammar can’t I just parse it with flex?
Is your grammar recursive? That’s almost always a sign that you’re better off using a parser/scanner rather than just trying to use a scanner alone.
This document was generated on August 12, 2012 using texi2html 5.0.