Skip to content

Variablesの命令ブロックのうち、変数に関するものをRubyから変換できる #142

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

Merged
merged 7 commits into from
Dec 4, 2018

Conversation

takaokouji
Copy link

refs #134

@takaokouji
Copy link
Author

self.x or y += 10のテストがない。なので、onOpAsgnのバグに気がつけなかった。

$a = 1のテストがない。グローバルもここでやる。

逆に、
x = 1はローカル変数なので一旦はRuby Statementとして扱う。実装はしたのでテストを追加すること。ただ、メソッド定義の引数としてローカル変数が定義できるので、そのタイミングで対応する。

@takaokouji
Copy link
Author

まずはリスト以外の普通の変数に対応できたらマージする。

@takaokouji takaokouji changed the title Variablesの命令ブロックにRubyから変換できる WIP: Variablesの命令ブロックにRubyから変換できる Dec 4, 2018
@takaokouji takaokouji force-pushed the issues/134_variables1 branch from 18242e0 to 2958c58 Compare December 4, 2018 05:07
@takaokouji takaokouji changed the title WIP: Variablesの命令ブロックにRubyから変換できる Variablesの命令ブロックのうち、変数に関するものをRubyから変換できる Dec 4, 2018
@takaokouji takaokouji merged commit 5d7da5b into develop Dec 4, 2018
@takaokouji takaokouji deleted the issues/134_variables1 branch December 4, 2018 05:56
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