Skip to content
This repository was archived by the owner on May 18, 2026. It is now read-only.
This repository was archived by the owner on May 18, 2026. It is now read-only.

could not detect comment line no, generated Ruby from Blocks. #130

Description

@takaokouji

for example, commented each move(10 * (10 - 5)) nodes.

now, generate below.

# move ( ) steps
# *
# -
move(10 * (10 - 5))

in the future, below is for example.

# move () steps
# ≫ *
# ≫≫ -
move(10 * (10 - 5))

It's one of idea.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    • Status
      Backlog

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions