A new language we're working on
https://nc.klado.dev
- TypeScript 62.4%
- CSS 37.6%
|
All checks were successful
/ deploy (push) Successful in 35s
This can be part of the stdlib, since for a function to be marked as throwing it now needs to use the `throw` keyword. This means `exit()`, although used to exit the program, is technically not "throwing" under that definition. |
||
|---|---|---|
| .forgejo/workflows | ||
| src | ||
| .gitignore | ||
| astro.config.ts | ||
| 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
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/.