Skip to content

Conversation

@zharinov
Copy link
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.

2 participants