I was able to make a parser for a type of file tha...
# getting-started
b
I was able to make a parser for a type of file that contained different data types but didn't require memory just with a bufferedreader.readlines().map { when { it.startwith("somecode") -> …}