You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is gomme suited to parse indentation-based non context-free languages like YAML ?
The round-trip refers to the fact that I would like to keep full layout information in the AST, so that if I change a node or a comment or whitespace, the resulting diff is minimal. The use case would be to present the diff to a human being, who wants to keep the file "hand formatted".
Hello,
I have two questions:
thanks!