4 comments (4 comments)0 reactions (0 reactions)0 assignees (0 assignees)Rust5,421 forks (5,421 forks)batch import
ODHack12compiler: parsercompiler: uigood first issueteam:compiler
Repository metrics
- Stars
- 61,702 stars (61,702 stars)
- PR merge metrics
- Avg merge 22h 6m (Avg merge 22h 6m)16 merged PRs in 30d (16 merged PRs in 30d)
Contributor guide
- Research direction
- Examine the lexer and parser for string literals in the Sway compiler to identify where escape sequences should be handled. Implement the decoding of escape codes like \n and \t. Update tests accordingly.
- Tech stack
- rust
- Domain
- blockchain
- Issue type
- Feature
- Prerequisites
- Rustcompiler internals