Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 19 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,20 @@
# Comline
For the time being the project is in initial development and likely won't have
user-friendly tips or instructions.
# Comline — moved

## Development Tips
Each individual crate in this repository might have a README that
is useful for development, check them out.
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](https://github.com/ComlineProject/core) — publishes the [`comline-core`](https://crates.io/crates/comline-core) crate | `core/`, `core_stdlib/` |
| CLI (`comline`) | [ComlineProject/cli](https://github.com/ComlineProject/cli) | the former `comline/` directory |
| Code generators | [ComlineProject/generation](https://github.com/ComlineProject/generation) | `codelib-gen/` |
| Runtime | [ComlineProject/runtime](https://github.com/ComlineProject/runtime) | `runtime/`, `runtime-langs/` |
| Package manager | [ComlineProject/package-manager](https://github.com/ComlineProject/package-manager) | `package-manager/` |
| Package registry | [ComlineProject/package-registry](https://github.com/ComlineProject/package-registry) | `package-server/` |
| Language server | [ComlineProject/language-server](https://github.com/ComlineProject/language-server) | — |
| VS Code extension | [ComlineProject/comline-vscode](https://github.com/ComlineProject/comline-vscode) | — |

The [`comline`](https://crates.io/crates/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](https://github.com/ComlineProject/cli).
Loading