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.
Contains minimal sufficient Makefiles for lex/bison on MacOS, I struggled to build this zoo at first, so hopefully someone finds this useful, if finds this repo at all. calc1: starting version of ...