Skip to content

docs: add guide for using bison as a dependency - #777

Merged
JRedrupp merged 1 commit into
mainfrom
docs/using-as-a-dependency
Aug 24, 2026
Merged

docs: add guide for using bison as a dependency#777
JRedrupp merged 1 commit into
mainfrom
docs/using-as-a-dependency

Conversation

@JRedrupp

Copy link
Copy Markdown
Owner

Summary

  • Adds docs/using-as-a-dependency.md, documenting how to vendor bison into another Mojo project (git submodule + local mojo precompile against a matching Mojo/MAX pin) since bison isn't published to a conda/pixi channel yet. Mirrors the pattern bison itself already uses for marrow (scripts/build_marrow.sh).
  • Links the new doc from README's documentation index.
  • No conda/pixi channel work here — bison is still 0.x-alpha with stub methods remaining, so a versioned package release didn't seem warranted yet. The doc says as much and points to opening an issue if that would unblock someone.

Test plan

  • pixi run lint — all pre-commit hooks pass (docs-only change)

https://claude.ai/code/session_01FmB8Dsbchms8GwMfLs8VXk

bison isn't published to a conda/pixi channel yet, so the supported way
to consume it from another Mojo project is to vendor it as a git
submodule and precompile it locally against a matching Mojo/MAX pin —
the same pattern bison itself uses for marrow. Documents that pattern
end to end and links it from the README's documentation index.

Claude-Session: https://claude.ai/code/session_01FmB8Dsbchms8GwMfLs8VXk
@JRedrupp
JRedrupp merged commit 1b72cf4 into main Aug 24, 2026
4 of 5 checks passed
@JRedrupp
JRedrupp deleted the docs/using-as-a-dependency branch August 24, 2026 21:09
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