====== Parser & Interpreter ====== What is a [[wp>Parser]] (:DE: [[wpde>Parser]])? * [[http://dinosaur.compilertools.net/|The Lex & Yacc Page]] is about ... * Lex - A Lexical Analyzer Generator * Yacc: Yet Another Compiler-Compiler * Flex, A fast scanner generator * Bison, The YACC-compatible Parser Generator * [[https://stackoverflow.com/questions/4467819/parser-using-flex-and-bison|Parser using flex and Bison]] * [[http://www.wedesoft.de/bison-flex-automake.html|Implement an Interpreter using Bison, Flex, and Automake]] * [[http://simpleparse.sourceforge.net/|SimpleParse]] -- A Python based Parser Generator for [[http://www.lemburg.com/files/python/mxTextTools.html|mxTextTools]].