compile method

Parser<E> compile(
  1. Grammar<E> grammar
)

Implementation

Parser<E> compile(Grammar<E> grammar) {
  return _compile(grammar);
}