N.O.N. v2.1 - Wishart Core

Readable Data for Humans, Deterministic Enough for Engines

A strict, indentation-based notation for game/runtime data, project configs, and AI-friendly payloads.

@entity: npc_guard_01
@class: Guard
    name: "Royal Guard"
    level: 15
    is_hostile: false
    position: (120, 0, 45)
    inventory:
        - item: &sword_iron
          qty: 1

What Is New In v2.1

Tighter Grammar

Clear key patterns, indentation policy, scalar parsing order, and a strict/lenient behavior split.

Engine Types

First-class parsing behavior for vectors, color literals, references, and meta keys.

Tooling Ready

Includes browser parser playground and a canonical JSON bridge shape for integrations.

Navigation

Implementation Assets

Use the parser module and docs together so contributors can align behavior and data contracts.