print.AttachedRule: Prints an attached rule

Description Usage Examples

View source: R/apply_rule.R

Description

Prints an attached rule

Usage

1
2
## S3 method for class 'AttachedRule'
print(attached.rule)

Examples

1
2
3
peg<-new.parser()
peg<-add_rule(peg, "R<-'ab'")
print(peg[["R"]])

mslegrand/pegr documentation built on May 23, 2019, 7:53 a.m.