== Simple CSV parser, which splits a file into tokens, which are separated by commas. Other rules described here: http://creativyst.com/Doc/Articles/CSV/CSV01.htm Also includes small radar-chart visualizer to depict data nicely.
Based on finite-state machine, which represents the csv parser.