Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
takaokouji opened this issue Nov 16, 2018 · 0 comments
Open

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

takaokouji opened this issue Nov 16, 2018 · 0 comments
Labels

Comments

@takaokouji
Copy link

takaokouji commented Nov 16, 2018

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.

@takaokouji takaokouji changed the title 値命令ブロックのコメントが、ステートメントのコメントにまざって出力されるため、どの値命令ブロックのものなのかわからない could not detect comment line no, generated Ruby from Blocks. Dec 15, 2018
@takaokouji takaokouji added enhancement New feature or request and removed enhancement New feature or request labels Dec 16, 2018
@takaokouji takaokouji moved this to 🆕 New in Smalruby & NPO Dec 28, 2022
@takaokouji takaokouji added gui and removed enhancement New feature or request labels Dec 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: 🆕 New
Development

No branches or pull requests

1 participant