Skip to content

Export RuleList from pyjapt top-level package#15

Merged
alejandroklever merged 1 commit intoclaude/library-maintenance-docs-770Cvfrom
copilot/sub-pr-10
Mar 3, 2026
Merged

Export RuleList from pyjapt top-level package#15
alejandroklever merged 1 commit intoclaude/library-maintenance-docs-770Cvfrom
copilot/sub-pr-10

Conversation

Copy link

Copilot AI commented Mar 3, 2026

RuleList was documented as a top-level export in the API reference but was missing from pyjapt/__init__.py, requiring users to import it directly from pyjapt.parsing.

Changes

  • pyjapt/__init__.py: Added RuleList to the top-level imports from pyjapt.parsing
  • docs/api-reference.md: Confirmed RuleList is listed under Top-Level Exports

Users can now import consistently:

from pyjapt import Grammar, Lexer, Token, RuleList, SLRParser, LR1Parser, LALR1Parser

🔒 GitHub Advanced Security automatically protects Copilot coding agent pull requests. You can protect all pull requests by enabling Advanced Security for your repositories. Learn more about Advanced Security.

Copilot AI changed the title [WIP] Address feedback on v1 action plan and MkDocs documentation updates Export RuleList from pyjapt top-level package Mar 3, 2026
@alejandroklever alejandroklever marked this pull request as ready for review March 3, 2026 17:09
@alejandroklever alejandroklever merged commit a5f9ad5 into claude/library-maintenance-docs-770Cv Mar 3, 2026
1 check passed
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