Programming Language

Nocter

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

/development/packaging/README.md

Release Packaging Inputs

This directory contains metadata inputs for the local release image and archive generated from the repository root by development/compiler/scripts/package-local-release.sh.

  • VERSION is copied to repository-root dist/.nocter/VERSION.
  • MANIFEST.json is copied to repository-root dist/.nocter/MANIFEST.json.
  • Repository-root LICENSE and NOTICE are copied to repository-root dist/.nocter/.
  • Standard-library source is tracked separately in ../std/ and copied to repository-root dist/.nocter/std/.

Generated repository-root dist/.nocter/ and dist/nocter-v<version>-arm64-darwin.tar.gz outputs are not committed to git.