-
-
Notifications
You must be signed in to change notification settings - Fork 40
Update docs #919
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
Update docs #919
Conversation
This file contains hidden or 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
This test checks memcopy by copying the screen to other RAM area, clearing the screen, and then recovering it back.
Refact/runtime lib
This test is to check in runtime if the READ/DATA/RESTORE correctly evaluate FP expressions.
fix: Ruff rule RET506 (superfluous-else-raise)
This test checks reading FP expressions from within a function body.
Refact/runtime lib
This test check for READ coercion reading an evaluating an FP expression and converting it to Fixed.
Fix/read ubytes broken
…d_fail_gracefully fix: must show error when using READ with no DATA
fix: Ruff rule EXE001 (shebang-not-executable)
Refact/improve typing
Even using StrEnum, while it worked, when showing the help for this option it was showing the repr() of the instances, not the value.
Also added "bool" (not used yet) for future bool management.
Unbelievably, most of the binary functions where incorrect (and never used indeed). Fixed the signature of all of them, and make usage from the translator_inst_visitor.py module. This allows safe type-checking during editing time!
Feat/unify bool
Each section must start with {{\n
(end of line), inline sections like
IF {{ $1 == $2 }}
are not allowed.
…_parser Fix/fix peephole opt recipe parser
ref: remove shebang from non-executable files
There are some syntax error that were not catched. Fixed.
…_parser refact: improve typing and improve parsing in opt parser
…t-config feat: remove unneeded Bitbucket config file
Fix/crash in opt evaluator
The routine .code.__LEI16 already returns a normalized [0, 1] boolean.
;; The sequence: ;; sbc a, a ; A is either 0 or -1 ;; sub 1 ;; sbc a, a ;; inc a ;; can be replaced by ;; neg ; A is either 0 or 1
concretely for core.__LEI8, core.__LTI8, core.__NOT32 Others like AND16 could be converted (saves memory, but reduces speed). In the future there would be a recipe for that.
Feat/unify bool
…file ref: remove unneeded Travis config file
Fixed typos
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.