mirror of
https://codeberg.org/icewind/vdf-reader.git
synced 2026-06-03 10:04:08 +02:00
table statement handling
This commit is contained in:
parent
9c06896b34
commit
28469fde0f
7 changed files with 379 additions and 24 deletions
5
README.md
Normal file
5
README.md
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
# vdf-reader
|
||||
|
||||
A parser for Valve's Data Format v1 (VDF) also known as [KeyValues](https://developer.valvesoftware.com/wiki/KeyValues).
|
||||
|
||||
The parser focuses on being able to deal with all the various weird forms vdf takes in the wild and providing access to the data stream instead of always requiring parsing the file in full.
|
||||
Loading…
Add table
Add a link
Reference in a new issue