init

Macro 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.