-
Notifications
You must be signed in to change notification settings - Fork 90
formalize component value definitions #336
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
Changes from all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
4400af7
formalize component value definitions
rvolosatovs 42cb5fe
special-case `s8` and `u8` in `Binary.md`
rvolosatovs d2f1335
add `value` case to `instancedecl`
rvolosatovs 76cb955
introduce `f64canon` rule
rvolosatovs b58579e
record value byte length
rvolosatovs dc2859f
represent byte length using `||v||` notation
rvolosatovs 88e6d8f
include type in scalar value definitions
rvolosatovs 1747d40
encode flags as u8^N
rvolosatovs d63fa29
sync text format with value binary encoding changes
rvolosatovs 3cd3dc8
encode discriminants as LE uints
rvolosatovs 0c9a3d4
revert: "encode discriminants as LE uints"
rvolosatovs 54d551f
ensure `char` it utf8-encoded
rvolosatovs 5098ffc
revert: "include type in scalar value definitions"
rvolosatovs 5a349e3
allow `(binary <datastring>)` value definitions
rvolosatovs 7c0c34f
collapse text format scalar definition rules
rvolosatovs c3f309b
remove `{u,s}8` rule references from the binary spec
rvolosatovs b8c31b0
adapt flag rule definition to LE byte sequence
rvolosatovs 82a66f8
bind `N` in `value` rule
rvolosatovs 2c77edb
document `(binary ...)` expression
rvolosatovs a56e792
bind `v'` in `s8` rule
rvolosatovs ba58e56
use uninterpreted integers in value definition text format
rvolosatovs 6c8e7b4
refer to `stringchar`, not `char`
rvolosatovs c557391
reword `(binary ...)` doc section
rvolosatovs 043b923
replace unsized `uN` by a `u32`
rvolosatovs File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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 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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.