Skip to content

feat(lib): add type_system module with shared type abstractions#167

Merged
zharinov merged 1 commit intomasterfrom
feat/bytecode-types
Dec 29, 2025
Merged

feat(lib): add type_system module with shared type abstractions#167
zharinov merged 1 commit intomasterfrom
feat/bytecode-types

Conversation

@zharinov
Copy link
Copy Markdown
Member

Summary

  • Add type_system module with shared type abstractions used by both query and bytecode modules
  • Arity: structural type shapes (Optional, Array, Object, Variant)
  • Kind: JSON value types (Null, Bool, Number, String, Node)
  • Primitives: source text extraction annotations
  • Quantifier: repetition modifiers (?, *, +)

Test plan

  • All existing tests pass
  • cargo check passes

Shared type abstractions used by both query and bytecode modules:
- Arity: structural type shapes (Optional, Array, Object, Variant)
- Kind: JSON value types (Null, Bool, Number, String, Node)
- Primitives: source text extraction annotations
- Quantifier: repetition modifiers (?, *, +)
@zharinov zharinov enabled auto-merge (squash) December 29, 2025 17:29
@zharinov zharinov merged commit 1ca408d into master Dec 29, 2025
4 checks passed
@zharinov zharinov deleted the feat/bytecode-types branch December 29, 2025 17:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant