Skip to content

Commit

Permalink
Add link to SWF parser
Browse files Browse the repository at this point in the history
This commit adds a link to Open Flash's SWF parser implemented using nom. The parser was recently updated to nom 5 add provides a good example for parsing a fairly complex binary format.
  • Loading branch information
demurgos authored and Geal committed Jan 7, 2020
1 parent 719e3f9 commit adad403
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,7 @@ Here is a (non exhaustive) list of known projects using nom:
* [GIF](https://github.com/Geal/gif.rs)
* [MagicaVoxel .vox](https://github.com/davidedmonds/dot_vox)
* [midi](https://github.com/derekdreery/nom-midi-rs)
* [SWF](https://github.com/open-flash/swf-parser)
* [WAVE](http://github.com/noise-Labs/wave)
- Document formats:
* [TAR](https://github.com/Keruspe/tar-parser.rs)
Expand Down

0 comments on commit adad403

Please sign in to comment.