const{parse,query}=require('kdljs')const{output:document}=parse(`package {name "foo"version "1.0.0"dependencies platform="windows" {winapi "1.0.0" path="./crates/my-winapi-fork"}dependencies {miette "2.0.0" dev=true}}`)query(document,'package name')// orquery(document,'top() > pa...
Official IntelliJ IDEA plugin for KDL. Contribute to kdl-org/intellij-kdl development by creating an account on GitHub.
I also appear to have interpreted this as a * rather than a + in my own implementation. I'll ping @zkat for a final yay/nay, and fix the grammar next week otherwise. 🎉 1 Member zkat commented Mar 2, 2023 I agree with fixing this. I also thought we were making some grammar...
A C implementation and Lua wrappers for such, as well as an L-PEG implementation would also be of value to the Lua community I plan to release this with the MIT-X11 license for compatibility with other Lua infrastructure code
machine youtube login myaccount@gmail.com password my_youtube_password machine twitch login my_twitch_account_name password my_twitch_password To activate authentication with the .netrc file you should pass --netrc to yt-dlp or place it in the configuration file. The default location of the ...
I have an elixir implementation https://github.com/IceDragon200/kuddle, it's not quite finished, It's still failing a few of the kdl tests which seem mostly floating-point related (i.e. 1.23E-1000 evaluates to 0, so I assume it's way ove...