parrotcode: Match object for rules | |
Contents | Language Implementations | Regex |
src/dynpmc/match.pmc - Match object for rules
This is a match object for holding hypothetical variables, the input string, etc. It is used by the languages/regex rule compiler.
For now, it is really just proof-of-concept code, and I fully expect anyone who reads this to hurl. Violently.
void class_init()
STRING *get_string_keyed_str(STRING *key)
STRING *get_string_keyed(PMC *key)
*key
.INTVAL get_bool()
docs/pdds/pdd08_keys.pod.
|