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

generator: insert newline to if, let, and record definition #35

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

kenichi-asai
Copy link
Contributor

generator で改行を入れるようにしました。

  • if b then e のあと else e の前で
  • let 文で、関数定義なら = の後で、また in がある場合は、その前で
  • レコード定義で、各フィールドごとに

@kenichi-asai
Copy link
Contributor Author

コミット bf91f87 で、レコードのフィールド定義の後にコメントを書けるようにしました。block_of_ocaml で、フィールドのコメントをここに送り込むようにすれば、ブロックを変換した OCaml のコードにもコメントが出るようになります。ブロックからは、フィールド変数のメニューからコメントを入れられるようにしました。

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