/** * Provides generic, non mail specific parsing infrastructure. * <p> * Terminology, implementation follows the book Programming Language Processors * in Java : Compilers and Interpreters; David A Watt, Deryck F Brown; 2000. */ package mireka.address.parser.base;