DifficoltàQuanto dovrebbe essere impegnativa per un nuovo contributor.
3
Tempo stimatoTempo stimato per completare e verificare uno scope piccolo.
half day
Stato attivitàQuanto è probabile che la issue sia ancora attiva e reviewable.
fresh
ChiarezzaQuanto chiaramente la issue descrive problema, scope e risultato atteso.
clear
Prerequisiti
Rust programminglexer basicsSway language basics
Adatta ai principiantiQuanto la issue è adatta a contributor alla prima esperienza.
50
Direzione di ricerca
Start by examining the Sway lexer in sway core/src/language/parsing/lex.rs (or similar) to understand how string literals are currently tokenized. Implement the addition of common escape sequences like \\n, \\t, etc. as defined in the Rust reference. Update the parser and add tests in the test suite. Check the issue comments for any additional context or constraints.