# edl-parser
edl-parser is a parser library for Vegas Pro EDL files and translates them into a usable format for manipulation in C/C++.

# How do I use this?
Drag it into your C/C++ project and adjust your compiler flags accordingly. Then you can call `parse_EDL` with a `char*` containing the entire contents of any EDL file.