mirror of
https://github.com/apple/pkl.git
synced 2026-01-11 14:20:35 +01:00
[PR #257] [MERGED] Add specification for language binding API #482
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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.