Metadata-Version: 2.4
Name: chlang
Version: 0.6.0
Summary: Clang — φ-lang v6 + φC engine: chess-identity capability library, membranes, lattices, neurons, hypergeometry
Author: Shiv Rao
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: C
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# Clang

φ-lang v6 + φC engine — the allschills stack, cloned.

- **Capability dictionary** — reference-only registry (chess identity: FEN + sha)
- **Genesis membranes** — C library classified into membrane subfolders
- **Native C library** — φ subroutines compiled to real C (no VM)
- **Neuron blocks** — 1-3 inputs → one output, stateless, 8-way mesh
- **Hypergeometry** — block cube → board cube → membrane cube → lattice → brick
- **Script finder** — synthesize capabilities from the library
- **φ phrases** — board configurations, identity without the library

## Quick start

```python
import clang
clang.PhiDictionary().resolve('security')
clang.ScriptFinder().synthesize('guard authentication')
clang.NeuronBoard('/path/script.c').inject('a1', 99)
clang.BoardCube('sms')          # 512 block-cubes = 3072 blocks
```
