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

Replace the AST definition in README.md with a link to ast.ml. #96

Merged
merged 1 commit into from
Oct 1, 2015

Conversation

sunfishcode
Copy link
Member

The README.md copy keeps going out of date with asm.ml. The ML source
code ought to be readable as documentation, since it also serves as a
specification, so if there is a readability issue with ast.ml, we
should fix it.

| GetLocal of var (* read local variable *)
| SetLocal of var * expr (* write local variable *)
| Load of memop * expr (* read memory address *)
| Store of memop * expr * expr (* write memory address *)
| LoadExtend of extendop * expr
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you fill in the missing comments on these two?

@rossberg
Copy link
Member

rossberg commented Oct 1, 2015 via email

The README.md copy keeps going out of date with asm.ml. The ML source
code ought to be readable as documentation, since it also serves as a
specification, so if there is a readability issue with asm.ml, we
should fix it.
@sunfishcode
Copy link
Member Author

Link updated; thanks!

sunfishcode added a commit that referenced this pull request Oct 1, 2015
Replace the AST definition in README.md with a link to ast.ml.
@sunfishcode sunfishcode merged commit 4acf1ee into master Oct 1, 2015
@sunfishcode sunfishcode deleted the dont-duplicate-code-in-readme branch October 1, 2015 15:23
alexcrichton pushed a commit to alexcrichton/spec that referenced this pull request Nov 18, 2019
Rename load-and-splat instructions from iNxM.load_splat to vNxM.load_splat
rossberg pushed a commit that referenced this pull request Feb 11, 2021
* [js-api] Link to the fork for the core specification.

* [js-api] More subtyping removal.

* [js-api] Fix bugs in Table constructor.

* Add an assertion to ToWebAssemblyValue.
dhil pushed a commit to dhil/webassembly-spec that referenced this pull request Mar 2, 2023
dhil pushed a commit to dhil/webassembly-spec that referenced this pull request Mar 2, 2023
…bAssembly#115)

This reverts commit 10d6c6c.

This reverts WebAssembly#96, which squashed all upstream commits into one, which
was not the recommended way in
https://github.com/WebAssembly/proposals/blob/master/howto.md#syncing-with-upstream-changes.

This leaves README.md untouched because WebAssembly#99 made significant changes on
top of the merged version already.
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.

2 participants