Hacker News new | ask | show | jobs
by PaulHoule 660 days ago
Parsing something like this?

https://en.wikipedia.org/wiki/Resource_Interchange_File_Form...

Do you want some function that parses it in one shot and returns a list or do you want something that works incrementally (maybe calls some function for each chunk?) Since you're having trouble w/ concept -> code I need to know what language you're using.