We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
具体案なし。
The text was updated successfully, but these errors were encountered:
前、指摘した例をここに記載してくれ。
Sorry, something went wrong.
variableDeclarator : variableDeclaratorId$MERGE ('=' variableInitializer$value)? ; variableDeclaratorId : Identifier$name dims?$type ;
このようなとき、MERGEを書く側でvariableDeclaratorId.IdentefierやvariableDeclaratorId.dimsを指定できたほうがいいのではないか。
$MERGEのところに$MERGE(name -> varName)みたいなのを書くことでmapのkeyを置き換えることができるようにする
$MERGE
$MERGE(name -> varName)
No branches or pull requests
具体案なし。
The text was updated successfully, but these errors were encountered: