csharpfritz / TAML

Defining the coolest and simplest markup language delimited ONLY by tabs
MIT License
23 stars 11 forks source link

Converter to go from TAML to YAML #42 #81

Open cgleadall opened 3 years ago

cgleadall commented 3 years ago

Here is a simple StringBuilder implementation of TAML to YAML. I would like some help to resolve the merge conflicts, as my fork was taken before the most recent changes. Can I merge across repos?

Changes: Added 3 projects to a folder called: Yaml.Writer.Taml.NET

  1. Yaml.Writer.Taml.NET - the actual converter
  2. Test.Yaml.Writer.Taml.NET - the unit test project
  3. Yaml.Writer.Cli - a simple CLI to read a TAML file and Console.WriteLine the YAML equivalent.

Please let me know what I can do next.

csharpfritz commented 3 years ago

This looks interesting.. I'm taking a look today on stream. Perhaps this becomes part of a larger TAML Command-line utility app

csharpfritz commented 3 years ago

@cgleadall - can you merge the current solution file, and let's set this up as a starting point for a TamlCli that performs the various documentation format shifting and document manipulation

csharpfritz commented 3 years ago

Last item: let's get this unit test project included in the GitHub action for .NET code

cgleadall commented 3 years ago

@csharpfritz I have made a mess of my history pulling in the latest from your repo :) Both of your comments above are addressed in this PR now:

As for the TAML CLI - I see issue #69