Programming Language

Nocter

A self-contained systems language built around simplicity, encapsulation, and foolproof design.

/examples/json-normalize/index.nct

index.nct

#package: {
    name: "json-normalize",
    version: "0.1.0",
}

#executable: {
    name: "json-normalize",
}

see ./normalize.nct

func main(): i32 {
    return run()
}