- NoFrendo : Nes Emulator supporting save states
- PeanutGB : GameBoy emulator
- PeanutGBC : GameBoyColor emulator
- Mandelbrot : Mandelbrot set explorer
- Julia explorer : Julia and Mandelbrot explorer
class_name VdfParser | |
enum ParsingError { | |
SUCCESS = 0, | |
UNMATCHING_QUOTES = 1, | |
UNRECONISED_TOKEN = 2, | |
UNMATCHING_BRACKETS = 3, | |
} | |
# A recursive basic and unsafe parser of Valve Data Format (VDF) made from my understanding of it |