/// Loads generated parser modules from the Cargo OUT_DIR location.
///
/// Used when the parser is generated from the `build.rs` script.
///
/// This macro and the general idea of bootstrapping approach is based on idea
/// from [lalrpop project](https://github.com/lalrpop/lalrpop)