Annotation Type MemoMismatches


  • @Retention(RUNTIME)
    @Target(METHOD)
    public @interface MemoMismatches
    Annotation that can be used on parser methods returning Rule objects. Instructs parboiled to memoize consecutive mismatches of this rule.