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

@takaokouji

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    Status

    Backlog

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions