Skip to content

Commit a76094e

Browse files
committed
docs update
1 parent e5f12dc commit a76094e

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

docs/how_to_create_a_bc_plugin.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
**BC Plugin Guide**
2+
BCASL = Before Compilation Action System & Loader.
3+
14
**Overview**
25
A BC plugin (BCASL) is a package placed in `Plugins/` and executed before compilation. It registers automatically, respects execution order (priority, tags, dependencies), and uses `PreCompileContext` to work with the workspace.
36

docs/how_to_create_an_engine.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
**PyCompiler_ARK Engine Guide**
2+
Practical reference for building, packaging, and integrating custom compilation engines.
3+
14
**Overview**
25
A PyCompiler_ARK engine is a Python package placed in `ENGINES/` and auto‑loaded at startup. It registers itself with `@engine_register` and provides a `CompilerEngine` that builds the compile command and, optionally, a dedicated UI tab.
36

0 commit comments

Comments
 (0)