[][src]Macro nom_packrat::init

macro_rules! init {
    () => { ... };
}

Initialize packrat storage

This must be called before each parsing. If this is not called, the parse result may be wrong.