Skip to content

Conversation

@zharinov
Copy link
Member

Summary

  • Extract plotnik-bytecode crate (bytecode format, type system, PredicateOp, DFA)
  • Extract plotnik-vm crate (engine, VM, materializer, tracer)
  • Extract plotnik-compiler crate (parser, analyze, compile, emit, typegen)
  • Convert plotnik-lib to facade re-exporting from new crates
  • Move Colors to plotnik-core

Why

Clean dependency separation enables:

  • plotnik-vm as standalone runtime (no compiler dependency)
  • plotnik-compiler for build-time use without VM
  • Faster incremental builds

@zharinov zharinov enabled auto-merge (squash) January 15, 2026 05:08
@zharinov zharinov disabled auto-merge January 15, 2026 05:09
@zharinov zharinov merged commit 8cb65f4 into master Jan 15, 2026
3 checks passed
@zharinov zharinov deleted the refactor/split-crates branch January 15, 2026 05:11
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