Strings: shell strings (strings surrounded with backticks)
Open
Nobody has claimed this yet.
📜 lang-spec-impl
🛠️ compiler
roadmap
- Dominant language
- TypeScript
- Stars
- 5.4k
- Forks
- 215
- Avg merge
- 2h 9m
- Merged PRs (30d)
- 27
Description
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Read section 6.1 of docs/04-reference/winglang-spec.md to determine the intended syntax and behavior for strings surrounded by backticks. Then trace the relevant parser and compiler entry points and identify how the behavior should be tested; done means the specified shell-string behavior is implemented and covered by a test.
Written by the indexing model from the issue text.
Assessment
- Domain
- compilers
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100