Replies: 3 comments 2 replies
-
Looks nice, though, i think the best way to use it would be through GitHub actions, so rust and your library are installed automatically. |
Beta Was this translation helpful? Give feedback.
-
I mean, won't it hit that first |
Beta Was this translation helpful? Give feedback.
-
This has now found about 5 edge case bugs in https://github.com/hkolbeck/kdl4j. I've added options that I think will be useful for debugging, and I think this is more or less ready for usage by other parser authors. |
Beta Was this translation helpful? Give feedback.
-
I wrote my first rust, a random valid KDL document generator for use in testing out parser implementations. It's very alpha-quality, but any reviews or feedback is quite welcome.
https://github.com/hkolbeck/kdl-gen
I think the first casualty is the spec itself. This rule in particular:
The rule can resolve to
*
then/
(or vice-versa), resulting in unbalanced multi-line comment boundaries.There's probably a cleaner way, but this is the first thing that jumps into my head:
If I'm missing something and this isn't a problem, let me know, otherwise I'll make an issue.
Beta Was this translation helpful? Give feedback.
All reactions