#107: remove Data::Escape
--------------------+-------------------------------------------------------
Reporter: coke | Owner:
Type: RFC | Status: new
Priority: normal | Milestone:
Component: none | Version:
Severity: medium | Keywords:
Lang: | Patch:
Platform: |
--------------------+-------------------------------------------------------
I propose we remove runtime/parrot/library/Data/Escape.pir ; it provides a
single method for escaping strings, which we now have in the form of an
opcode, "escape".
Minor gotchas:
* The library provides for the ability to escape " and ' differently; not
sure this is needed (Though it is tested for.)
* The library and the opcode generate different escaped representations:
e.g. opcode does "\u0777", library does "\x{777}"
--
Ticket URL: <https://trac.parrot.org/parrot/ticket/107>
Parrot <https://trac.parrot.org/parrot/>
Parrot Development
_______________________________________________
parrot-tickets mailing list
[email protected]
http://lists.parrot.org/mailman/listinfo/parrot-tickets