You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
strings are stored in PIRC as c-strings, just arrays of bytes. I should get rid of my stubbornness, and just convert c-strings immediately to STRINGs in the lexer.
(It might even simplify some code)
This is necessary as PIRC needs some functionality that only deals with (or returns) STRINGs, not char *.
The text was updated successfully, but these errors were encountered:
Originally reported in parrot TT #172 (http://trac.parrot.org/parrot/ticket/172)
strings are stored in PIRC as c-strings, just arrays of bytes. I should get rid of my stubbornness, and just convert c-strings immediately to STRINGs in the lexer.
(It might even simplify some code)
This is necessary as PIRC needs some functionality that only deals with (or returns) STRINGs, not char *.
The text was updated successfully, but these errors were encountered: