Wednesday, April 29, 2009

LEX & YACC Debugging

When compiling include the

-d

flag and the lexer will tell what it's accepting and what not.

this might save you a bit of time in debugging.

- Mihir Patel.

Tip : the lex grammar is checked incremental.

No comments: