Replies: 2 comments
-
I have started toying about with writing a parser in ruby and for now I am just using the current examples as my tests, a proper suite would be amazing |
Beta Was this translation helpful? Give feedback.
0 replies
-
See also #78 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Does it make sense to make a test suite for the specification that can be used for different implementations? I was planning to make one for kdljs anyway... I guess the serialization of the parsed KDL is a bit difficult to standardize across implementations though, especially things like numbers with varying precision.
Beta Was this translation helpful? Give feedback.
All reactions