Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Latest commit

 

History

History
executable file
·
6 lines (4 loc) · 277 Bytes

05.0.md

File metadata and controls

executable file
·
6 lines (4 loc) · 277 Bytes

05 - Parsing Files

Usually when we need to open and parse file formats, the normal parsers are not useful. Either files are badly formatted or something is hidden. Making our own file parser is the way to go.

Table of Contents