Macro nom_packrat::init

source ·
macro_rules! init {
    () => { ... };
}
Expand description

Initialize packrat storage

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