REDcap
-style rule and create an expression, that represents this ruleInterpret a REDcap
-style rule and create an expression, that represents this rule
util_parse_redcap_rule(
rule,
debug = 0,
entry_pred = "REDcapPred",
must_eof = FALSE
)
expression the interpreted rule
For resolving left-recursive rules, StackOverflow
helps understanding the grammar below, just in case, theoretical computer science is not right in your mind currently.
Other parser_functions:
util_interpret_limits()
,
util_interpret_range()
,
util_parse_assignments()
,
util_parse_interval()