IppClub / IppClub/YueScript

Multiple line return statements

Open
#89 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Lua
Stars
613
Forks
45
PR merge metrics
No merged PRs in 30d

Description

Currently all values that you're returning have to be on a single line, and don't support splitting them across lines like you can do with parameters in functions and function calls. I propose enabling this feature for return statements.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

The issue proposes allowing return values to span multiple lines, matching existing multiline parameter and function-call syntax. No files or tests are identified; start by locating the return-statement parsing entry point and related tests, then verify that multiline returns compile to Lua without regressing existing return syntax.

Written by the indexing model from the issue text.

Assessment

Tech stack
lua
Domain
compilers
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.