Skip to content

Conversation

fyc09
Copy link

@fyc09 fyc09 commented Aug 8, 2025

A BORING problem:

Currently, the generater creates code like following.

  function peg$f21() {    return '';  }

There is no newlines around body, but statements inside are indented. This seems like a mistake. Adding the newlines will make the code looks like:

  function peg$f21() {
    return '';
  }

@fyc09 fyc09 changed the title Add newlines around function bodys Add newlines around function bodies Aug 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant