kdlpy
kdlpy copied to clipboard
Handwritten KDL parser in Python 3
KDL 2.0.0-draft.3 is now generally available (https://github.com/kdl-org/kdl/pull/286), and with it, we've decided to encourage existing implementations to start working towards 2.0 support and send feedback and suggestions for anything you...
I've noticed that with `nativeUntaggedValues: bool = True` that's supposed to > produces native Python objects (str, int, float, bool, None) when parsing untagged values I get `1` parsed as...
It seems that Node only accepts regular Python strings as a name, but not kdl RawStrings
I've converted a config to use KDL2 version of your libray and noticed that it's much slower to load (2-3-4 times as slow). Is this expected? One example is in...