A new language we're working on
https://nc.klado.dev
- TypeScript 40.8%
- Rust 20%
- Shell 17.1%
- CSS 14%
- Nix 8.1%
|
All checks were successful
/ deploy (push) Successful in 1m28s
- Update optionals documentation - Add `else` keyword Reviewed-on: #31 Reviewed-by: Insidious Fiddler <me@codycody31.dev> |
||
|---|---|---|
| .forgejo/workflows | ||
| packages/treelight | ||
| public | ||
| scripts/ci | ||
| src | ||
| .envrc | ||
| .gitignore | ||
| astro.config.ts | ||
| flake.lock | ||
| flake.nix | ||
| LICENSE | ||
| package.json | ||
| pnpm-lock.yaml | ||
| pnpm-workspace.yaml | ||
| README.md | ||
| tsconfig.json | ||
| wrangler.jsonc | ||
NC Design
This repository holds the design specification for the NC programming language.
Build instructions
You'll need pnpm, Node.js and Rust.
Clone the repo:
git clone https://arbor.klado.dev/nclang/design.git
cd design
Install dependencies and start dev server:
pnpm install
pnpm dev
Build the site:
pnpm build
This will build the site and place the output files in dist/.