comet

A language built for fun

This project is maintained by cometlang

up

csv

This is currently an aspirational csv parser. It is aspirational, because the implementation as it stands, is string.split(','). It will get better.

functions

Both of these functions return an iterable containing a CsvRow which is itself iterable, and will maintain the order as specified in the source.