justin = { main feed , music , code , askjf , pubkey }; | |||
Ask Justin Frankel No reasonable question unanswered since 2009! Suggested topics: programming, music, sleep, coffee, etc. Note: please do not ask questions about REAPER features, bugs or scheduling, use the forums instead.
|
|||
Question: any tips on human-readable serialization/deserialization ? (Reaper's ini looks a lot like environment strings ??) Asked by glou (79.95.178.x) on November 24 2009, 12:55am Reply on November 24 2009, 11:18am:
What I've ended up doing is using a line based system, using the line parser/tokenizer from NSIS, and having lines beginning with < start a new block, > on a line by itself ending the block... Very simple (and readable)... Comment:
|