Back & Forth - CSV is dead, long live TSV

In my professional life I've had to deal with tons of CSV files. So, it may not come as a surprise that the format is well-supported by my 4tH compiler. But I don't think I should have spend so much code on that. I think an even easier to parse format would have been welcome. Recently I came across one that fulfilled all those requirements. Let's see how it differs and what we need to do in order to support it. My Forth compiler can be found here: https://sourceforge.net/projects/fort... NEW RELEASE! You can download it anonymously and for FREE. Most popular platforms are supported - even some old ones.