FuelLabs/sway

Add support for escape codes in string literals

Open

#4,993 opened on Aug 22, 2023

View on GitHub
 (4 comments) (0 reactions) (0 assignees)Rust (61,702 stars) (5,421 forks)batch import
ODHack12compiler: parsercompiler: uigood first issueteam:compiler

Description

String literals should support typical escape codes, such as \n.

Contributor guide