Commit Graph

9 Commits

Author SHA1 Message Date
Nathan McRae
ee46c93ce1 Change column type implementation
Use types instead of an enum so it's more easily extended.
2024-02-15 20:22:43 -08:00
Nathan McRae
83602391ab Remove Columns from SaneTsv
To simplify object manipulation for now. Note that this got rid of uniqueness checking
for the current implementation.
2024-02-15 14:22:04 -08:00
Nathan McRae
725a5b2034 'Sane' -> 'Simple' for first format
Change the naming so the overall family of formats is Sane TSV, while the simplest
format is Simple TSV.
2024-02-15 12:52:27 -08:00
Nathan McRae
38d324738e Add basic serialization 2024-02-15 11:57:45 -08:00
Nathan McRae
6cea9b7e59 Add comment parsing 2024-02-14 18:31:58 -08:00
Nathan McRae
404e308382 Add different types of parsing 2024-02-14 16:16:23 -08:00
Nathan McRae
ab72d875bf Add default namespaces 2024-02-14 15:34:06 -08:00
Nathan McRae
fe0736449c Add type parsing 2024-02-14 14:30:36 -08:00
Nathan McRae
211e26d4c7 Move .NET implementation to SaneTsv 2024-02-13 19:15:07 -08:00