TezzNative v1.1.0 is hardening toward production. View roadmap

Conformance

A small compatibility contract that fails loudly.

The stable-core, DX, package trust, ABI, native smoke, and reliability runners gate the current public surface on Windows and Linux.

Current Gate

26 stable-core checks run on Windows and Linux: 13 valid programs must pass, and 13 invalid programs must fail with deterministic snippets. The developer-experience gate adds 19 first-user workflow checks, package trust adds 12 reproducibility checks, and the Python bridge gate adds 8 CPython scaffold checks.

Summary
CONFORMANCE_SUMMARY passed=26 failed=0
DX
DX_SUMMARY passed=19 failed=0
Package trust
PACKAGE_TRUST_SUMMARY passed=12 failed=0
Python bridge
PYBRIDGE_SUMMARY passed=8 failed=0

Commands

Windows
powershell -ExecutionPolicy Bypass -File .\tests\conformance\run.ps1
Linux / WSL
bash tests/conformance/run.sh ./TezzNative-language/bin/tezzc-linux-x64
DX Windows
powershell -ExecutionPolicy Bypass -File .\tests\conformance\run-dx.ps1
DX Linux / WSL
bash tests/conformance/run-dx.sh ./TezzNative-language/bin/tezzc-linux-x64
Package Trust Windows
powershell -ExecutionPolicy Bypass -File .\tests\conformance\run-package-trust.ps1 -Tezzc .\TezzNative-language\build\tezzc.exe
Package Trust Linux / WSL
bash tests/conformance/run-package-trust.sh ./TezzNative-language/bin/tezzc-linux-x64
Python Bridge Windows
powershell -ExecutionPolicy Bypass -File .\tests\conformance\run-python-bridge.ps1 -Tezzc .\TezzNative-language\build\tezzc.exe
Python Bridge Linux / WSL
bash tests/conformance/run-python-bridge.sh ./TezzNative-language/bin/tezzc-linux-x64

Suites

SuitePathCoverage
Stable corevalid/Arithmetic, control flow, structs, arrays, indexing, sizeof/alignof, and unsafe pointer basics.
Parserparser/valid + parser/invalidComments, literals, nested blocks, struct syntax, bad indentation, missing block markers, and unterminated strings.
Typechecktypecheck/valid + typecheck/invalidFunction calls/returns, pointer-array roundtrip, struct flow, index type errors, and assignment mismatch.
Diagnosticsdiagnostics/Expected snippets for invalid programs, including parser and typecheck subdirectories.
Stdlib importstdlib/Stable-candidate module import smoke.
Developer experiencerun-dx.* + dx/Actionable help diagnostics, fmt idempotence, lint rule IDs, examples, LSP source, and snippet drift checks.
Package trustrun-package-trust.*Public tezz launchers/tool source, SemVer metadata, lock/registry parity, package checksums, generated package docs, and first-party target docs.
Python bridgerun-python-bridge.* + python_bridge/tezzc pyext generation, CPython wrapper contents, primitive/buffer mapping, ownership docs, and wrapped/skipped manifests.
Native smokenative/Windows/Linux x64 executable smoke for IO, paths, strings, math, vectors, arenas, time, process, net, and HTTP helpers.
Stdlib edgenative/stdlib_*_edges.tnMath divide/null/smoothstep/atan2 behavior plus string/vector/arena ownership and guard behavior.