fjoppe / Legivel

F# Yaml 1.2 parser
https://fjoppe.github.io/Legivel
The Unlicense
60 stars 5 forks source link

YamlPath: plans to publish? #24

Closed queil closed 4 years ago

queil commented 4 years ago

@fjoppe: I could not find YamlPath in the NuGet package. Are you planning to release it at some point? It's a very cool feature indeed. I copied that class to my project for now but I'd rather use it in the normal way.

fjoppe commented 4 years ago

I wanted to publish YamlPath. But I changed my mind. At least temporary.

YamlPath has currently two problems:

My strategy was to eliminate both problems organically. With the option to completely change the current chosen mini-language. In current state, it is still very usefull as testing tool. The test's don't require the full-fledged features. To be honest, I haven't worked on it to get published lately. But in current state I would not call it mature.

queil commented 4 years ago

@fjoppe Thanks for a detailed explanation. Then for the time being I'll keep using it the way I've started.