docs: add C ABI & name mangling specification#23
Merged
Conversation
Add comprehensive specification for Pluto's C ABI including: - Symbol templates for functions, methods, operators, constants - Length-prefixed identifier encoding - Separator codes (d/s/h for .//-) with canonicalization rules - Numeric segment encoding for versions - Structure markers (fN, m, p, tN, op, in/pre/suf/cirN) - Operator codes (add, sub, mul, etc.) - Type mangling (primitives, qualified, generics) - SRET calling convention with pass-by-reference - Formal EBNF grammar 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Add Arity := Num to complete the grammar - Add Num := '0' | [1-9][0-9]* rule (no leading zeros) - Apply Num to NumericSeg, Arity, and cirN fixity - Add note explaining Num rule applies to all numeric suffixes 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Add comprehensive specification for Pluto's C ABI and name mangling scheme.
Key features:
6github= "github")d/s/hfor.///-) with canonicalizationn2for "2")fN,m,p,tN,op, fixity)Design goals:
__sequences)Test plan
🤖 Generated with Claude Code