Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need a converter to go from TAML to YAML #42

Open
csharpfritz opened this issue Sep 20, 2020 · 2 comments
Open

Need a converter to go from TAML to YAML #42

csharpfritz opened this issue Sep 20, 2020 · 2 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@csharpfritz
Copy link
Owner

The reverse of #12

@csharpfritz csharpfritz added enhancement New feature or request good first issue Good for newcomers labels Sep 20, 2020
@cgleadall
Copy link

This is "just" an interpreter that takes a TamlDocument as input and produces string output?

public static string TamlToYaml(TamlDocument tamlDocument);

I suppose future work would be TamlToYaml(Stream tamlStream, Stream yamlStream);

@cgleadall
Copy link

I have done a little work on this, thanks for the "pattern matching" help during the TS/JS livestream today.

PR 81 (#81) is ready for comments.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants