This was the original Comline monorepo. It has been split into individual repositories under https://github.com/ComlineProject and is now archived, kept only for history.
| Component | Repository | Was in this repo |
|---|---|---|
| Core library & compiler | ComlineProject/core — publishes the comline-core crate |
core/, core_stdlib/ |
CLI (comline) |
ComlineProject/cli | the former comline/ directory |
| Code generators | ComlineProject/generation | codelib-gen/ |
| Runtime | ComlineProject/runtime | runtime/, runtime-langs/ |
| Package manager | ComlineProject/package-manager | package-manager/ |
| Package registry | ComlineProject/package-registry | package-server/ |
| Language server | ComlineProject/language-server | — |
| VS Code extension | ComlineProject/comline-vscode | — |
The comline crate name on crates.io still
holds a 2023 placeholder (0.1.0) published from this repo; the real CLI lives
in ComlineProject/cli.