Skip to content

Latest commit

 

History

History
28 lines (25 loc) · 2.97 KB

File metadata and controls

28 lines (25 loc) · 2.97 KB

Main SYNX site: https://synx.aperturesyndicate.com/

SYNX documentation

Path
One-page map (start here) SYNX_AT_A_GLANCE.md — layout, tools, AI, benchmarks, verification
User guides (EN, RU, ZH, ES, JA, DE) guides/ — start with guides/GUIDE.md
Normative language spec (SYNX 3.6, RFC-style) spec/SYNX-3.6-NORMATIVE.md
Core freeze policy spec/CORE-FREEZE.md
Human-readable specification (long guides; verify against normative doc) spec/SPECIFICATION_EN.md · spec/SPECIFICATION_RU.md · spec/SPECIFICATION.md
How the repo is laid out repository-layout.md · parsers/ · integrations/
C# / .NET (APERTURESyndicate.Synx on NuGet) ../parsers/dotnet/README.md · nuget.org/packages/APERTURESyndicate.Synx
C++ over synx-c ../bindings/cpp/README.mdsynx/synx.hpp + link synx-c
Go over synx-c ../bindings/go/README.md — cgo (CGO_ENABLED=1)
Mojo ↔ synx_native ../bindings/mojo/README.md — Python from Mojo
Swift / synx-c ../bindings/swift/README.md — SwiftPM + CSynx
Kotlin/JVM / synx-c ../bindings/kotlin/README.md — JNA SynxEngine
LLM compatibility benchmarks (long form) ../benchmarks/llm-tests/GUIDE.md
Conformance test suite ../tests/conformance/ — 11 canonical .synx + .expected.json pairs (includes !llm)
CLI JSON Schema (bundled) synx schema <file.synx> — emit draft 2020-12 schema from !active [constraints] · synx json-validate <instance.json> <schema.json> · synx validate <file.synx> --self-schema or --json-schema path.json
Tree-sitter grammar ../tree-sitter-synx/ — syntax highlighting for Neovim/Helix/Zed/Emacs
Fuzzing ../crates/synx-core/fuzz/cargo-fuzz targets
Claude / Anthropic (MCP, prompts, tokens) claude.md · anthropic-system-prompt.txt · anthropic-token-notes.md
Contributor stubs (plugins TBD) dev/README.md
SYNX-Adapter (LLM prompts) ../integrations/ai/synx-adapter/README.md — LangChain / LlamaIndex / Node

The project README.md at the repository root is the product overview and quick reference.