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 (5,421 forks)batch import
ODHack12compiler: parsercompiler: uigood first issueteam:compiler

Repository metrics

Stars
 (61,702 stars)
PR merge metrics
 (Avg merge 5d 4h) (19 merged PRs in 30d)

Description

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

Contributor guide