We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The reverse of #12
The text was updated successfully, but these errors were encountered:
This is "just" an interpreter that takes a TamlDocument as input and produces string output?
TamlDocument
string
public static string TamlToYaml(TamlDocument tamlDocument);
I suppose future work would be TamlToYaml(Stream tamlStream, Stream yamlStream);
TamlToYaml(Stream tamlStream, Stream yamlStream);
Sorry, something went wrong.
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.
No branches or pull requests
The reverse of #12
The text was updated successfully, but these errors were encountered: