Skip to content

Commit

Permalink
Add nqp::captureexistsnamed.
Browse files Browse the repository at this point in the history
  • Loading branch information
jnthn committed Mar 13, 2013
1 parent b0b3603 commit 079592c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/QAST/Operations.nqp
Expand Up @@ -1061,6 +1061,7 @@ QAST::Operations.add_core_pirop_mapping('captureposarg', 'set', 'PQi');
QAST::Operations.add_core_pirop_mapping('captureposarg_i', 'set', 'IQi');
QAST::Operations.add_core_pirop_mapping('captureposarg_n', 'set', 'NQi');
QAST::Operations.add_core_pirop_mapping('captureposarg_s', 'set', 'SQi');
QAST::Operations.add_core_pirop_mapping('captureexistsnamed', 'exists', 'IQs');
QAST::Operations.add_core_pirop_mapping('captureposprimspec', 'captureposprimspec', 'IPi');

# Multiple dispatch related.
Expand Down

0 comments on commit 079592c

Please sign in to comment.