Skip to content

Commit

Permalink
Pkl: update; fix incorrect I/O
Browse files Browse the repository at this point in the history
Closes #123.
  • Loading branch information
dbohdan committed Feb 3, 2024
1 parent 6c8f2c4 commit a914540
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -328,12 +328,12 @@ Listed below are restricted programming language interpreters and templating too
* **Syntax:** Extended JSON
* **I/O:** None
* **Description:** A functional configuration language. Has a standard formatting tool.
* [Pkl](https://pkl-lang.org/index.html)
* [Pkl](https://pkl-lang.org/)
* **Output format:** JSON, YAML, macOS property list, Java `.properties`
* **Turing-complete:** Yes?
* **Turing-complete:** Yes
* **Syntax:** Curly-brace
* **I/O:** None
* **Description:** A command-line tool, Java library, and build tool plugin. Can generate code for Go, Java, Kotlin, and Swift. [Pkl vs. Other Config Languages](https://pkl-lang.org/main/current/introduction/comparison.html#other-config-langs).
* **I/O:** The CLI can read environment variables and files, `GET` HTTP(S) URLs. It can import modules from files and HTTP(S) URLs.
* **Description:** A command-line tool, Java library, and build tool plugin. Can generate code for Go, Java, Kotlin, and Swift. ["Pkl vs. Other Config Languages"](https://pkl-lang.org/main/current/introduction/comparison.html#other-config-langs).
* [rjsone](https://github.com/wryun/rjsone)
* **Output format:** JSON, YAML
* **Turing-complete:** No?
Expand Down
8 changes: 4 additions & 4 deletions data/projects.toml
Original file line number Diff line number Diff line change
Expand Up @@ -671,15 +671,15 @@ Syntax = "Extended JSON"
Description = "A functional configuration language. Has a standard formatting tool."

[Pkl]
url = "https://pkl-lang.org/index.html"
url = "https://pkl-lang.org/"
tags = ["template"]

[Pkl.props]
"Output format" = "JSON, YAML, macOS property list, Java `.properties`"
Turing-complete = "Yes?"
Turing-complete = "Yes"
Syntax = "Curly-brace"
"I/O" = "None"
Description = "A command-line tool, Java library, and build tool plugin. Can generate code for Go, Java, Kotlin, and Swift. [Pkl vs. Other Config Languages](https://pkl-lang.org/main/current/introduction/comparison.html#other-config-langs)."
"I/O" = "The CLI can read environment variables and files, `GET` HTTP(S) URLs. It can import modules from files and HTTP(S) URLs."
Description = "A command-line tool, Java library, and build tool plugin. Can generate code for Go, Java, Kotlin, and Swift. [\"Pkl vs. Other Config Languages\"](https://pkl-lang.org/main/current/introduction/comparison.html#other-config-langs)."

[rjsone]
url = "https://github.com/wryun/rjsone"
Expand Down

0 comments on commit a914540

Please sign in to comment.