Add a description, image, and links to the lex-yacc-tutorial topic page so that developers can more easily learn about it.
This repo contains some examples of using lex and yacc to build lexical analyzers and parsers for various languages. Lex and yacc are tools that help programmers to create compilers and interpreters.