diff options
author | Thomas Lively <7121787+tlively@users.noreply.github.com> | 2022-06-22 09:33:47 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-22 09:33:47 -0700 |
commit | 1d2c75948bfe8236b248ec6999eae852398409c3 (patch) | |
tree | 1d1a95e04f7c5226deefef8c2ae9239cf109bf5a /src/passes/OptimizeInstructions.cpp | |
parent | 3b9c2e85fa5d97ba08a95c0c7cce7d041e699cde (diff) | |
download | binaryen-1d2c75948bfe8236b248ec6999eae852398409c3.tar.gz binaryen-1d2c75948bfe8236b248ec6999eae852398409c3.tar.bz2 binaryen-1d2c75948bfe8236b248ec6999eae852398409c3.zip |
[Parser] Parse struct and array types (#4745)
Parse struct and array type definitions along with field names. Only the most
basic definitions are parsed for now; subtype definitions (both nominal
prototype and standard formats) and recursion groups are left to follow-on PRs.
Since there is no official standard for the text format for GC type definitions,
attempt to define a grammar that allows abbreviations that we already use
widely, such as making `(field ... )` optional except for named fields.
Diffstat (limited to 'src/passes/OptimizeInstructions.cpp')
0 files changed, 0 insertions, 0 deletions