Parser combinator 🌿 Exploring combinatory parsing in Elixir. End goal -> use this technique to write a simple compiler. TODO 📝 two-pass: add lexer that extracts tokens and feeds further improve errors add look-ahead to avoide choice() problem Saša Jurić - Parsing from first principles Wiki Combinator Parsing: A Short Tutorial