This repository has been archived by the owner on Dec 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 39
feat/fix: Large Book Update #118
Merged
anton-trunov
merged 13 commits into
tact-lang:main
from
novusnota-forks:62+64+59-book-statements
Mar 19, 2024
Merged
feat/fix: Large Book Update #118
anton-trunov
merged 13 commits into
tact-lang:main
from
novusnota-forks:62+64+59-book-statements
Mar 19, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Closes tact-lang#59 Closes tact-lang#62 Closes tact-lang#64
* Clean-up of the formatting * Move to the Book Closes tact-lang#107
anton-trunov
suggested changes
Mar 18, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Amazing work! The new info on operators is just great! I proposed some small fixes in the review comments
Added a bunch of fixes based on the feedback |
anton-trunov
previously approved these changes
Mar 18, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just some nits
Superb updates on possible error codes for the arithmetic ops and the semantics of bit shifting operations |
Co-authored-by: Anton Trunov <anton.a.trunov@gmail.com>
Co-authored-by: Anton Trunov <anton.a.trunov@gmail.com>
Co-authored-by: Anton Trunov <anton.a.trunov@gmail.com>
Co-authored-by: Anton Trunov <anton.a.trunov@gmail.com>
@anton-trunov fixed nitpicks, thanks for your aid! |
Co-authored-by: Anton Trunov <anton.a.trunov@gmail.com>
anton-trunov
approved these changes
Mar 19, 2024
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Operators
A new and very detailed page. Every code block was tested for correctness.
Closes #59
Closes #62
Closes #64
Exit codes
Make a rather small clean-up and editing of the page, moved it to the Book. The real re-write is coming soon: tact-lang/tact#887.
Closes #107 (link is now working)
Compatibility with FunC
Cleaned up the formatting.
Closes #103 (as it happened to be the last place with incorrect spelling of Tact).
Statements
Re-wrote the page, added missing statements, moved some parts to operators page (and the upcoming expressions page)
Cookbook
Fixed links.
misc.
...and a lot more smaller changes here and there in the Book. Enjoy 🤘
As an aside, here's how operators section looked on the statements page:
And here's how the dedicated operators page looks now: