Original PR: https://github.com/apple/pkl/pull/257 Author: @bioball Created: 2/27/2024 Status: ✅ Merged Merged: 2/28/2024 Merged by: @bioball
Base: main ← Head: binding-specs
main
binding-specs
2b31781
0985bb5
8 files changed (+990 additions, -64 deletions)
📝 docs/modules/ROOT/pages/language-bindings.adoc (+3 -0) 📝 docs/modules/ROOT/partials/component-attributes.adoc (+73 -0) ➕ docs/modules/bindings-specification/pages/binary-encoding.adoc (+197 -0) ➕ docs/modules/bindings-specification/pages/index.adoc (+173 -0) ➕ docs/modules/bindings-specification/pages/message-passing-api.adoc (+531 -0) ➕ docs/modules/bindings-specification/partials/component-attributes.adoc (+9 -0) 📝 docs/modules/language-reference/pages/index.adoc (+0 -64) 📝 docs/nav.adoc (+4 -0)
docs/modules/ROOT/pages/language-bindings.adoc
docs/modules/ROOT/partials/component-attributes.adoc
docs/modules/bindings-specification/pages/binary-encoding.adoc
docs/modules/bindings-specification/pages/index.adoc
docs/modules/bindings-specification/pages/message-passing-api.adoc
docs/modules/bindings-specification/partials/component-attributes.adoc
docs/modules/language-reference/pages/index.adoc
docs/nav.adoc
This adds documentation for how the language bindings works, for those that wish to create their own bindings.
Closes https://github.com/apple/pkl/issues/62
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
No dependencies set.
The note is not visible to the blocked user.
📋 Pull Request Information
Original PR: https://github.com/apple/pkl/pull/257
Author: @bioball
Created: 2/27/2024
Status: ✅ Merged
Merged: 2/28/2024
Merged by: @bioball
Base:
main← Head:binding-specs📝 Commits (2)
2b31781Add specification for language binding API0985bb5Use names that are syntactically valid Pkl📊 Changes
8 files changed (+990 additions, -64 deletions)
View changed files
📝
docs/modules/ROOT/pages/language-bindings.adoc(+3 -0)📝
docs/modules/ROOT/partials/component-attributes.adoc(+73 -0)➕
docs/modules/bindings-specification/pages/binary-encoding.adoc(+197 -0)➕
docs/modules/bindings-specification/pages/index.adoc(+173 -0)➕
docs/modules/bindings-specification/pages/message-passing-api.adoc(+531 -0)➕
docs/modules/bindings-specification/partials/component-attributes.adoc(+9 -0)📝
docs/modules/language-reference/pages/index.adoc(+0 -64)📝
docs/nav.adoc(+4 -0)📄 Description
This adds documentation for how the language bindings works, for those that wish to create their own bindings.
Closes https://github.com/apple/pkl/issues/62
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.