We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This opcode appears to be a fossil - it's not implemented on moar or jvm, and on parrot, the opcodes are identical;
QAST::Operations.add_core_pirop_mapping('concat', 'concat', 'Sss', :inlinable(1)); QAST::Operations.add_core_pirop_mapping('concat_s', 'concat', 'Sss', :inlinable(1));
The text was updated successfully, but these errors were encountered:
309fb1c
Remove concat_s fossil opcode
4be29ef
Fixes #138
No branches or pull requests
This opcode appears to be a fossil - it's not implemented on moar or jvm, and on parrot, the opcodes are identical;
QAST::Operations.add_core_pirop_mapping('concat', 'concat', 'Sss', :inlinable(1));
QAST::Operations.add_core_pirop_mapping('concat_s', 'concat', 'Sss', :inlinable(1));
The text was updated successfully, but these errors were encountered: