Open
Conversation
The project is republished as london.rahul/panini with a new panini.core namespace, Panini-focused docs and metadata, EPL provenance notes, and updated examples and tests. The old n01se source tree, examples, and tests are removed so the repository now matches the library that is actually being developed and published. The commit also vendors the repo-local git-commit and skill-creator skills and ignores local editor, REPL, and build artifacts so the working tree stays clean. Co-authored-by: Codex <codex@openai.com>
The README now explains Panini through one running example, keeps its seqex lineage explicit, and shows the intended public API more plainly. It also updates the project attribution to use Rahul Goma Phulore's full name. The library API now uses parse and compile as the primary entry points, with whole-form inputs like quoted macro calls. The older syntax-plus-args names are removed, the macro implementation is updated to use the new pipeline, and the tests follow the same API. This also drops an old seqex symlink artifact that no longer belongs in the tree. Co-authored-by: Codex <codex@openai.com>
Panini now keeps its implementation in a single core namespace and exposes a smaller public API. Internal helpers stay private, kinds use panini-qualified keywords, and grammar inspection is reduced to plain grammar access plus terminal-friendly pretty printing. The grammar renderer is now exposed as pretty-grammar and emits ANSI colors in the terminal, closer to the old syndoc feel. The README and tests are updated to match the smaller API and the new colored output. Co-authored-by: Codex <codex@openai.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.
No description provided.