open-flash / swf-parser

Rust and Typescript parsers for SWF
GNU Affero General Public License v3.0
28 stars 8 forks source link

[all] Add placeholders for missing implementations #30

Closed demurgos closed 5 years ago

demurgos commented 5 years ago

This commit adds placeholder parsers for all the remaining tags defined by the SWF spec. This allows to better track the overall progress of the parser and provide better errors to consumers. According to the Rust implementation 45 out of 64 parsers are implemented.