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 committed Oct 26, 2019
1 parent 8517064 commit ef25df6
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 @@ -260,6 +260,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 ef25df6

Please sign in to comment.