Skip to content

Instantly share code, notes, and snippets.

View gdianaty's full-sized avatar
🙉
monkey :)

Graham Dianaty gdianaty

🙉
monkey :)
View GitHub Profile
@romgerman
romgerman / ValveKeyValue.cpp
Last active March 23, 2026 23:46
Simple Valve Key Values parser in C++
#include "ValveKeyValue.h"
using namespace Parsers;
#include <exception>
#include <cctype>
ValveKeyValue::Token ValveKeyValue::LexNext()
{
bool readingValue = false;